add deprecation message to ble store source

This commit is contained in:
Edoardo Putti
2020-04-21 15:55:37 +02:00
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>