1
0
mirror of https://github.com/s00500/ESPUI.git synced 2025-06-14 18:00:40 +00:00
Commit Graph

483 Commits

Author SHA1 Message Date
8c729ee0da Remove unneeded arguments from separator function
Implement an alternate strategy for avoiding the null pointer exception. This takes the same approach as the function to add a label.
2024-09-27 09:29:03 -05:00
8ca8241547 Resolve null pointer exception
Adding a separator using `ESPUI.separator("Separator name");` triggers an exception when the code tries to access the property of an invalid object.
2024-09-25 15:07:13 -05:00
66340823db Merge pull request #314 from telesyst/Original
Update ESPUI.cpp
2024-09-02 21:13:09 +02:00
25250dd026 Update ESPUI.cpp
Captive Portal memory leak (~2KB) fix
2024-08-31 20:05:40 +03:00
356d5b1ffe v2.2.4
Signed-off-by: Lukas Bachschwell <lukas@lbsfilm.at>
2.2.4
2024-07-16 14:29:57 +02:00
2d023cce6d Merge pull request #307 from MartinMueller2003/master 2024-07-14 19:11:30 +02:00
47db2ad6d8 Removed conditional flags for the large tests. 2024-07-14 13:08:15 -04:00
8bca2e503b Merge branch 's00500:master' into master 2024-06-28 23:09:34 -04:00
731e6c68d3 Merge pull request #301 from ChrSchu90/master
Cleanup of disconnected clients
2024-06-03 21:23:12 +02:00
82460d4aed Trigger a websocket client cleanup on new connection to disconnect old clients and releasing the memory 2024-06-02 23:21:38 +02:00
7e6390ba0a Moved FILE_WRITTING into the common code section. 2024-04-07 16:27:04 -04:00
164be971e3 Merge branch 's00500:master' into master 2024-04-06 10:35:52 -04:00
75bbece7b5 Merge pull request #299 from sunlord2k/sunlord2k-patch-2
Update ESPUI.cpp
2024-04-06 11:16:35 +02:00
efda9b7140 Merge pull request #298 from sunlord2k/sunlord2k-patch-1
Update ESPUI.h
2024-04-06 11:16:15 +02:00
9ba3f5a940 Update ESPUI.cpp
Changed FILE_WRITE to FILE_WRITING for compatibility with SD.h for usage with SD cards
2024-04-05 12:10:10 +02:00
84ff52d8cb Update ESPUI.h
Changed FILE_WRITE to FILE_WRITING for compatibility with SD.h for usage of ESPUI with SD card
2024-04-05 12:09:01 +02:00
75bd3dc378 Changes to support ArduinoJson 6 & 7 2024-03-26 16:06:23 -04:00
7dc51d1274 Fixes to the startup sequence to fix file system errors. 2024-03-26 16:04:55 -04:00
f2146309fe Reworked control marshaling code to be aware of and enforce size limits by starting to fragment sooner. 2024-03-05 13:40:01 -05:00
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
09aede269b Added some debug output 2024-03-05 13:33:48 -05:00
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
f472dc1158 Added mechanism to estimate the marshaled size of a control. 2024-02-29 16:32:04 -05:00
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
6724abfef3 removed temporary SSID and network name definitions. 2024-02-22 08:08:21 -05:00
a448fdd180 Update README.md 2024-02-21 15:42:11 -05:00
ba7fa33dfb dded missing shortcut 2024-02-21 15:39:32 -05:00
624663076f Added File Display 2024-02-21 15:32:17 -05:00
c43c2c7b72 Added File Display section 2024-02-21 15:31:46 -05:00
ffe2ce7859 Fixed default ssid and pasphrase. 2024-02-12 09:25:39 -05:00
e9fc63f86d Modified to use the ESPUI unified littlefs handle 2024-02-12 09:15:00 -05:00
1ba92a3cd6 Fixes for ESP8266 builds 2024-02-12 09:13:37 -05:00
da20c8b0a5 Converted to normalized littlefs definition 2024-02-12 09:09:51 -05:00
707c2aa3bf Added write function
Exposed unified littlefs type for use by our users.
2024-02-12 09:09:05 -05:00
9efd0c27aa Auto Generated updates 2024-02-10 15:40:34 -05:00
6a18c59f31 Added code to create a file display dynamic test / demo. 2024-02-10 13:54:58 -05:00
6e281e302a Added ability to turn on ESPUI debugging 2024-02-10 13:52:56 -05:00
d2ccf83874 Changes to support processing a file to display 2024-02-10 13:52:06 -05:00
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
f3b105f143 Update Turkish Language
Update Turkish Language
2024-01-20 22:44:38 +03:00
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
5b36d79395 Merge branch 's00500:master' into master 2024-01-08 08:54:15 -05:00
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
d3c6df5cfa Restored custom port support. 2023-12-14 08:34:17 -05:00
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
00841ce32d Changes to support keeping multiple Browser Clients in sync 2023-11-09 11:06:44 -05:00