homieiot / homie-esp8266

💡 ESP8266 framework for Homie, a lightweight MQTT convention for the IoT
http://homieiot.github.io/homie-esp8266
MIT License
1.36k stars 308 forks source link

[Request] Add support to save configure as json in web configurator #726

Closed DynamicLoader closed 2 years ago

DynamicLoader commented 2 years ago

Hi,

I'm trying to get the library running in standalong mode.According to the docs,I have to edit the json file.

So I think if a button to allow us not to connect to the device but save the chosen config to the web configurator,I would not need to edit the json manually.

Thanks.