1
0
mirror of https://github.com/s00500/ESPUI.git synced 2024-09-19 17:51:49 +00:00
Commit Graph

464 Commits

Author SHA1 Message Date
MartinMueller2003
e6e4d6b09c Added a fragmentation test object
Made compilation of some of the other corner case controls optional
2024-03-05 13:36:18 -05:00
MartinMueller2003
09aede269b Added some debug output 2024-03-05 13:33:48 -05:00
MartinMueller2003
4944f0ff04 Arduino 7 does not report an overflow util heap is exhausted. Added a mechanism to estimate how much memory the doc is using so we can limit the number of entries in the messages 2024-02-29 16:34:20 -05:00
MartinMueller2003
f472dc1158 Added mechanism to estimate the marshaled size of a control. 2024-02-29 16:32:04 -05:00
MartinMueller2003
6dcaf55c84 Merge branch 'master' of https://github.com/MartinMueller2003/ESPUI 2024-02-29 13:22:57 -05:00
dd234135f2
Merge pull request #295 from MartinMueller2003/master
Added a File Display object that can be used to scroll through a text file on the UI
2024-02-26 13:00:48 +01:00
Martin
6724abfef3 removed temporary SSID and network name definitions. 2024-02-22 08:08:21 -05:00
Martin Mueller
a448fdd180
Update README.md 2024-02-21 15:42:11 -05:00
Martin
ba7fa33dfb dded missing shortcut 2024-02-21 15:39:32 -05:00
Martin
624663076f Added File Display 2024-02-21 15:32:17 -05:00
Martin
c43c2c7b72 Added File Display section 2024-02-21 15:31:46 -05:00
MartinMueller2003
ffe2ce7859 Fixed default ssid and pasphrase. 2024-02-12 09:25:39 -05:00
MartinMueller2003
e9fc63f86d Modified to use the ESPUI unified littlefs handle 2024-02-12 09:15:00 -05:00
MartinMueller2003
1ba92a3cd6 Fixes for ESP8266 builds 2024-02-12 09:13:37 -05:00
MartinMueller2003
da20c8b0a5 Converted to normalized littlefs definition 2024-02-12 09:09:51 -05:00
MartinMueller2003
707c2aa3bf Added write function
Exposed unified littlefs type for use by our users.
2024-02-12 09:09:05 -05:00
Martin
9efd0c27aa Auto Generated updates 2024-02-10 15:40:34 -05:00
Martin
6a18c59f31 Added code to create a file display dynamic test / demo. 2024-02-10 13:54:58 -05:00
Martin
6e281e302a Added ability to turn on ESPUI debugging 2024-02-10 13:52:56 -05:00
Martin
d2ccf83874 Changes to support processing a file to display 2024-02-10 13:52:06 -05:00
Martin
ea8de92246 Checkpoint adding fileDisplay object 2024-02-06 22:38:17 -05:00
aa9a62bbdf
Merge pull request #288 from TA1AUB/patch-1
Update Turkish Language
2024-01-24 16:38:44 +01:00
Abdullah YILMAZ
f3b105f143
Update Turkish Language
Update Turkish Language
2024-01-20 22:44:38 +03:00
Martin Mueller
7508e034be
Merge pull request #285 from MartinMueller2003/master
Made WebServer and WebSocket globally accusable via access functions.
2024-01-10 09:19:25 -05:00
Martin Mueller
5b36d79395
Merge branch 's00500:master' into master 2024-01-08 08:54:15 -05:00
MartinMueller2003
e4c6906723 Made the Webserver globally accessible. 2024-01-08 08:43:10 -05:00
dc2d5e1205
Merge pull request #277 from MartinMueller2003/master
Restored custom port support.
2023-12-16 11:04:25 +01:00
MartinMueller2003
d3c6df5cfa Restored custom port support. 2023-12-14 08:34:17 -05:00
MartinMueller2003
46ad206a49 Restored missing port identifier for custom port support. 2023-12-14 08:32:59 -05:00
8b64b185a4
Merge pull request #264 from MartinMueller2003/master
Changes to support keeping multiple Browser Clients in sync
2023-11-09 18:15:04 +01:00
MartinMueller2003
00841ce32d Changes to support keeping multiple Browser Clients in sync 2023-11-09 11:06:44 -05:00
85ccff0ee0
Merge pull request #257 from d-a-v/stringref
use more string references
2023-10-14 20:31:01 +02:00
0571f65f6f
Merge pull request #249 from d-a-v/lambda-with-examples
Proposal: use lambda functions
2023-10-14 20:30:20 +02:00
David Gauchard
542ac03656 Merge branch 'master' into lambda-with-examples 2023-10-06 16:45:17 +02:00
8f7cce59bf
Merge pull request #253 from MartinMueller2003/master
Added fragmentation of large control values
2023-10-06 16:04:33 +02:00
David Gauchard
ae5b6d5c0a use more string references 2023-09-22 22:37:50 +02:00
David Gauchard
62b4b56a4d Merge branch 'master' into lambda-with-examples 2023-09-22 22:18:34 +02:00
8a3865e42e
Merge pull request #254 from croghostrider/patch-1
Remove LITTLEFS library
2023-09-22 08:06:14 +02:00
croghostrider
0d9a874ba2
Update library.json 2023-09-20 12:59:25 +02:00
cf1f81bced
Merge pull request #252 from d-a-v/minorchangesagain
some more minor changes
2023-09-19 12:05:47 +02:00
David Gauchard
0b22328bd8 introduce lambda 2023-09-15 00:59:10 +02:00
croghostrider
09596a4e65
fix #196
since Arduino 2.0.0 is LITTLEFS not more required for ESP32.
2023-09-13 17:24:26 +02:00
Martin
8d61abc47d updated files to send to the esp fs 2023-09-12 17:49:38 -04:00
Martin
adf2ba369e Added fragment assembly reset if something happens to the socket. 2023-09-12 06:56:53 -04:00
David Gauchard
93d0bf7d27 some more minor changes before #249 2023-09-11 13:29:32 +02:00
Martin
794d54dc96 updated minify and .h versions. 2023-09-11 06:53:05 -04:00
Martin
1deddad091 Added changes made to ack section 2023-09-11 06:52:35 -04:00
Martin
999d465c79 Add fragmentation support 2023-09-10 17:09:00 -04:00
Martin
83dbb49697 Removed more debug output 2023-09-09 17:01:55 -04:00
Martin
290f0c6fc6 Restored offset to marshal call. 2023-09-09 17:01:36 -04:00