Disable configWipe

pull/84/head
KatAst 9 years ago
parent 58ece6b452
commit d6dae6888a
  1. 2
      esp-link/main.c

@ -112,7 +112,7 @@ void user_rf_pre_init(void) {
void user_init(void) { void user_init(void) {
// get the flash config so we know how to init things // 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(); bool restoreOk = configRestore();
// Init gpio pin registers // Init gpio pin registers
gpio_init(); gpio_init();

Loading…
Cancel
Save