Open dylif opened 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.
config.hpp
secrets.hpp
Look into using ThingsBoard to send messages to the device and storing configuration using littleFS or similar.
This should land in version 0.2.0
Use shared attributes to configure device because the server is allowed to modify these and the device can request values or subscribe to updates
We should provide users a method to modify the configuration (i.e., the variables in
config.hpp
andsecrets.hpp
) without having to flash the device.Look into using ThingsBoard to send messages to the device and storing configuration using littleFS or similar.