OVMS3-idf/examples/bluetooth/ble_spp_server
Sagar Bijwe 1df85e0039 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-05 00:00:56 +00:00
..
main nvs_flash: Version compatibility check for nvs storage 2018-08-05 00:00:56 +00:00
Makefile component/bt: add example for ble spp server 2017-08-22 16:56:20 +08:00
README.md component/bt: add readme for ble spp demo 2018-01-12 14:55:57 +08:00
sdkconfig.defaults component/bt: add example for ble spp server 2017-08-22 16:56:20 +08:00

ESP-IDF GATT SERVER SPP demo

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