EmbAJAX
EmbAJAX copied to clipboard
Simplistic framework for creating and handling displays and controls on a web page served by an Arduino (or other small device).
Is there a way to include a video stream on a page? I'd like to have dynamic distance sensor data and a small video window, perhaps from an ESP32 camera,...
Sorry to bother you again. const char* radio_opts[] = {"option1", "option2", "option3"}; EmbAJAXOptionSelect optionselect("optionselect", radio_opts); EmbAJAXMutableSpan optionselect_d("optionselect_d"); I would like to be able to use EmbAJAXOptionSelect to output my SSID...
Any plans to implement for the BearSSL secure webserver?
EmbAJAXSlider instance is only updating value when releasing mouse left-click. Is is possible to update its value instantaneously when moving the slider (same goes for the joystick)
From private feedback. Reportedly, changing the order of the two fixes the problem, but I'll have to test on other devices.
Suggested, here: https://www.instructables.com/id/Easy-ESP8266-Arduino-Core-Web-Controls-With-EmbAJA/?commentId=CHCMGMLK4P8MIAM
When you have some spare time I would suggest to incorporate the information you gained through the closed issues into your documentation of the library. That would help other people...
Great project simplifying web page implementation for micro controllers. I have tried to implement simple web page to monitor and control whole home automation IOT network using websockets but I...
Hi Thomas, thanks for your great work. I'm looking for a way to store a css file on the ESP in LittleFS instead of referencing a css file on an...
Create container classes that do not depend on templates. Notes: This also opens the possibility to have elements that can be created, and deleted, dynamically. However, we do not have...