esp-idf/examples/bluetooth/ble_spp_server
Sagar Bijwe a3b5a23b87 nvs_flash: Version compatibility check for nvs storage
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.
2018-08-08 12:43:50 +05:30
..
main
Makefile
README.md
sdkconfig.defaults

README.md

ESP-IDF GATT SERVER SPP demo

For description of this application please refer to ESP-IDF GATT CLIENT SPP demo