s00500 / ESPUI

A simple web user interface library for ESP32 and ESP8266

Home Page:https://valencia.lbsfilm.at/midterm-presentation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a terminal type of GUI element that lets you append text

beachmiles opened this issue · comments

commented

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
It would be cool to be able to log output to a GUI element by appending lines to the browsers storage instead of trying to keep all the lines in memory on the esp micro.

Describe the solution you'd like
A clear and concise description of what you want to happen.
Make a way to append text to GUI elements retaining all previous text outside of esp micro memory.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

This would be rather simple to add. I'll bear it in mind for when I'm next working on this.