We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
This should land in version 0.2.0
Sorry, something went wrong.
Use shared attributes to configure device because the server is allowed to modify these and the device can request values or subscribe to updates
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: