mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
1df85e0039
This change adds a check for compatibility between the nvs version found on nvs flash and the one assumed by running code during nvs initialization. Any mismatch is reported to the user using new error code ESP_ERR_NVS_NEW_VERSION_FOUND. |
||
---|---|---|
.. | ||
main | ||
tutorial | ||
Makefile | ||
README.md | ||
sdkconfig.defaults |
ESP-IDF Gatt Client Demo
This is the demo for users to use ESP_APIs to create a GATT Client.
To test this demo, you can run the gatt_server_demo, which creates services and starts advertising. Gatt_client_demo
will start scanning and connect to the gatt_server_demo
automatically.
This demo will enable gatt server's notification function once the connection is established and then the devices start exchanging data.
Please check the tutorial for more information about this example.