diff --git a/esp-link/main.c b/esp-link/main.c index da1f83a..5d5cefc 100644 --- a/esp-link/main.c +++ b/esp-link/main.c @@ -112,7 +112,7 @@ void user_rf_pre_init(void) { void user_init(void) { // get the flash config so we know how to init things - configWipe(); // uncomment to reset the config for testing purposes + //configWipe(); // uncomment to reset the config for testing purposes bool restoreOk = configRestore(); // Init gpio pin registers gpio_init();