Fix NVS module's tag value.

This commit is contained in:
2025-08-20 10:42:26 +03:00
parent aeeda44a2c
commit 453ca25daa

View File

@@ -13,7 +13,7 @@
#define RELAY_CHN_KEY_TCNT(ch) "tcnt_%d" /*!< Tilt count key */
#endif
static const char *TAG = "RELAY_CHN_STORAGE_NVS";
static const char *TAG = "RELAY_CHN_NVS";
static nvs_handle_t relay_chn_nvs;