Added ESP-DASH ( Base Template )#134
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