mruettgers / SMLReader

ESP8266 based smart meter (SML) to MQTT gateway
GNU General Public License v3.0
292 stars 68 forks source link

Reset #13

Closed emmrichd closed 3 years ago

emmrichd commented 3 years ago

Hello,

how do I reset all settings? Are the settings kept, if I flash again?

Regards, Dieter

mruettgers commented 3 years ago

Hey Dieter,

As long as the value of CONFIG_VERSION in config.h is not changed the settings should be kept. The settings are stored by https://github.com/prampec/IotWebConf in the EEPROM.

In the long term I would like to rewrite this stuff to make the settings being stored in SPIFFS.

Regards, Michael