mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-16 23:17:53 +00:00
add deprecation message to ble store source
This commit is contained in:
committed by
Łukasz Rymanowski
parent
fd17c53055
commit
dc7d9904e5
@@ -23,6 +23,11 @@
|
||||
* contents are lost when the application terminates.
|
||||
*/
|
||||
|
||||
/* This package has been deprecated and you should
|
||||
* use the store/config package. For a RAM-only BLE store,
|
||||
* use store/config and set BLE_STORE_CONFIG_PERSIST to 0.
|
||||
*/
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user