ESPUI
ESPUI copied to clipboard
A simple web user interface library for ESP32 and ESP8266
Restructured to move from a stateless model to a stateful model allowing ESPUI to support more than WebSocket queue length control updates in a single callback function.
**The bug** My ESP8266 crashes because of a memory issue after pressing a button on the UI. I rewrote the functions behind the buttons about 10 times with no luck....
Issuing ESPUI.jsonReload has no effect. I have instrumented the code to print a message when the reload command is issued and again for every call to jsonDom. After the reload...
When i run the prepare filesystem sketch, it always ends in a boot loop. Tested different esp32 modules - all the same. Using arduino ide 2.0.0-rc7
Hallo everyone, have anyone tried to port this library to esp idf ? maybe we can help each other instead of starting from zero !
Very small fix for applying inline styles to `input` elements. Previously, any set styles would be ignored because they were added as two `style = ''` attributes, and so the...
Web page becomes long for some mobile phone screens. It would be useful to be able to fit a reasonable number of ESPUI elements in different size screens by utilizing...
Hello everyone, I am trying to run an example of this library on my ESP32 (Pico kit) using Arduino IDE. I have installed all the necessary dependencies and now i...
Good day I see to be getting LiitleFS errors when using the 2.1.x ESPUI libraries. I am running windows 10, everything updated. Manie
Tab visibility not updated until page refresh **How to reproduce** 1. Launch tabbedGui Example 2. Try to update vissibility of tabs **Expected behavior** tabs will update autamaticly like buttons **Device**...