volca02 / hr20-esp12-master

Re-implementation (with different features) of the master portion of OpenHR20 wireless project
GNU General Public License v2.0
11 stars 5 forks source link

Add a config webpage #10

Closed volca02 closed 5 years ago

volca02 commented 5 years ago

The project needs a way to specify configuration - mqtt server, key values, etc. Could use wifiManager for that, it supports custom parameters

hrochmic commented 5 years ago

I am going to use WifiManager's "custom parameters" and jsmn library to save config on FS. So far I am adding:

It would be useful to have reset button to erase configuration and (or just) start WifiManager.

hrochmic commented 5 years ago

Almost done, need to pass MQTT topic prefix value to Path. @volca02 any ideas?