mirror of https://github.com/arendst/Tasmota.git
Fix CONFIG_BT_NIMBLE_NVS_PERSIST value unused
https://github.com/h2zero/NimBLE-Arduino/pull/520
This commit is contained in:
parent
d7b6d72e19
commit
08ce63863e
|
@ -686,7 +686,7 @@
|
|||
|
||||
#ifndef MYNEWT_VAL_BLE_STORE_CONFIG_PERSIST
|
||||
#ifdef CONFIG_BT_NIMBLE_NVS_PERSIST
|
||||
#define MYNEWT_VAL_BLE_STORE_CONFIG_PERSIST (1)
|
||||
#define MYNEWT_VAL_BLE_STORE_CONFIG_PERSIST (CONFIG_BT_NIMBLE_NVS_PERSIST)
|
||||
#else
|
||||
#define MYNEWT_VAL_BLE_STORE_CONFIG_PERSIST (0)
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue