master
Jan Umbach 2023-08-14 23:46:10 +02:00
parent 3f92b8698c
commit 0684f68c9f
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ esp_err_t readStorage(const char *key, char *out_value, size_t *length, char *de
if (ret == ESP_ERR_NVS_NOT_FOUND)
{
ESP_LOGI(TAG, "The value is not initialized yet!\n");
goto SET_DEFUALT_VALUE;
}
else