Enhancement: add reboot button to nvs editor

The nvs editor will now allow rebooting to the currently active
partition
This commit is contained in:
Sebastien
2019-11-01 10:18:41 -04:00
parent f6d470d266
commit 4df1698722
6 changed files with 32 additions and 10 deletions

View File

@@ -16,6 +16,7 @@ extern "C" {
void register_system();
esp_err_t guided_factory();
esp_err_t guided_restart_ota();
void simple_restart();
#ifdef __cplusplus
}