Fixed compilation

This commit is contained in:
2021-11-04 01:43:36 +01:00
parent 6c79bf7fee
commit 7d7aea5dc6

View File

@ -21,7 +21,7 @@ public:
nvs_handle_t nvs_handle_factory{};
#endif
esp_err_t init();
esp_err_t init(const char *ns);
//bool erase();
ConfigStatusReturnType reset();