Fix NVS module's tag value.
Fix NVS module's tag string value to match the module name. IssueID #1081.
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
#define RELAY_CHN_KEY_TCNT(ch) "tcnt_%d" /*!< Tilt count key */
|
#define RELAY_CHN_KEY_TCNT(ch) "tcnt_%d" /*!< Tilt count key */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static const char *TAG = "RELAY_CHN_STORAGE_NVS";
|
static const char *TAG = "RELAY_CHN_NVS";
|
||||||
|
|
||||||
static nvs_handle_t relay_chn_nvs;
|
static nvs_handle_t relay_chn_nvs;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user