-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
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
Added ESP-DASH ( Base Template ) #134
base: master
Are you sure you want to change the base?
Conversation
Hi, thanks for adding this. Looking at the code it is not evident to me where the widgets are getting their data from, how does it work? |
@probonopd ESP-DASH Works on 2 methods: A Unique ID is used for every card while adding a card. ie: https://github.com/probonopd/WirelessPrinting/pull/134/files#diff-ef932246a9d229efe8048ee0dccbddbfR856 That same ID will be used to update the card in the future. |
Thanks @ayushsharma82 can you add an example to your code that uses the data at
|
It compiles but crashes in real-life testing on an esp8266. |
Uh, do you have a clue why? |
No clue yet. I will check for the error later on. |
Added ESP-DASH Core functions. Please use this template as a base to add more functions to the dashboard.
ESP-DASH Docs: https://github.com/ayushsharma82/ESP-DASH/wiki/Building-Sketch