mirror of https://github.com/arendst/Tasmota.git
Merge branch 'development' of https://github.com/arendst/Tasmota into development
This commit is contained in:
commit
32cd5a3452
|
@ -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