dylif / humid-esp32-pio

ThingsBoard-integrated ESP32-based temperature and humidity sensor (PlatformIO version)
MIT License
0 stars 0 forks source link

Modify configuration without flashing #2

Open dylif opened 1 month ago

dylif commented 1 month ago

We should provide users a method to modify the configuration (i.e., the variables in config.hpp and secrets.hpp) without having to flash the device.

Look into using ThingsBoard to send messages to the device and storing configuration using littleFS or similar.

dylif commented 1 month ago

This should land in version 0.2.0

dylif commented 1 month ago

Use shared attributes to configure device because the server is allowed to modify these and the device can request values or subscribe to updates