From d6dae6888a77e230aa5e1a4483765e86e08d6705 Mon Sep 17 00:00:00 2001 From: KatAst Date: Mon, 28 Dec 2015 18:30:40 +0100 Subject: [PATCH] Disable configWipe --- esp-link/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();