This commit is contained in:
philippe44
2020-01-15 18:26:24 -08:00
parent ad3868dd95
commit a30d1ee41e
4 changed files with 4 additions and 41 deletions

View File

@@ -37,4 +37,4 @@ void * config_alloc_get(nvs_type_t nvs_type, const char *key) ;
bool wait_for_commit();
char * config_alloc_get_json(bool bFormatted);
esp_err_t config_set_value(nvs_type_t nvs_type, const char *key, void * value);
char * strstri (const char * str1, const char * str2);