master
Jan Umbach 2023-08-14 23:50:36 +02:00
parent 4bdd9989dc
commit b3a64443c8
1 changed files with 0 additions and 1 deletions

View File

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