OVMS3-idf/examples/bluetooth/ble_hid_device_demo/main
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
..
ble_hidd_demo_main.c nvs_flash: Version compatibility check for nvs storage 2018-08-05 00:00:56 +00:00
component.mk example/hid: Added the BLE hid device profile. 2018-04-19 11:44:51 +08:00
esp_hidd_prf_api.c example: fix ble hid device demo include 2018-04-27 10:52:55 +08:00
esp_hidd_prf_api.h example/hid: Added the BLE hid device profile. 2018-04-19 11:44:51 +08:00
hid_dev.c example: fix ble hid device demo include 2018-04-27 10:52:55 +08:00
hid_dev.h example/hid: Added the BLE hid device profile. 2018-04-19 11:44:51 +08:00
hid_device_le_prf.c Component/bt: fix ble HID demo error 2018-07-31 15:25:14 +08:00
hidd_le_prf_int.h example: fix ble hid device demo include 2018-04-27 10:52:55 +08:00