1
0
mirror of https://github.com/s00500/ESPUI.git synced 2024-06-02 15:03:27 +00:00
Commit Graph

417 Commits

Author SHA1 Message Date
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
Martin
7e3de1c14f Aligned with latest main branch 2023-09-09 16:52:28 -04:00
Martin
136b182813 Removed debug messages 2023-09-09 16:50:34 -04:00
Martin
43b8cdbfb2 Merge branch 'master' of https://github.com/MartinMueller2003/ESPUI 2023-09-09 16:49:52 -04:00
Martin
488a6cb252 first working version of the fragmentation code. 2023-09-09 15:58:12 -04:00
c7a9438149
Merge pull request #251 from d-a-v/minorfixes
minor fixes for restoring warning-less emulation on host
2023-09-08 17:03:12 +02:00
David Gauchard
03c30fa75c more minor changes for #249 2023-09-06 22:50:42 +02:00
David Gauchard
68c251226d minor fixes for restoring warning-less emulation on host for debugging (using emuAsync, see main readme) 2023-09-06 22:35:41 +02:00
Martin
ec41deab01 Added ClientTransferContext_t to the marshal API 2023-09-03 09:30:31 -04:00
Martin
fae30398b2 Added a client transfer context for use by the control marshaling function 2023-09-03 09:26:36 -04:00
Martin
de09ddbe09 Turned off ESPUI_DEBUG by default 2023-09-03 09:20:12 -04:00
679a3b5a8d
Version 2.2.3
Signed-off-by: Lukas Bachschwell <lukas@lbsfilm.at>
2023-08-03 16:33:27 +02:00
f8fbcf887a
Fix compile issues #243
Also fix pio example

Signed-off-by: Lukas Bachschwell <lukas@lbsfilm.at>
2023-08-03 16:32:54 +02:00
fd1cc14e87
Bump Version
Signed-off-by: Lukas Bachschwell <lukas@lbsfilm.at>
2023-08-01 13:01:49 +02:00
372157b980
Merge pull request #241 from d-a-v/membreathe
reduce memory footprint
2023-08-01 13:00:52 +02:00
f08cd5c51a
Icon changes, thanks to Mark Kinsley
Signed-off-by: Lukas Bachschwell <lukas@lbsfilm.at>
2023-07-20 11:39:20 +02:00
David Gauchard
b45f4f7356 update examples with esp8266 specifics 2023-07-19 12:07:25 +02:00
David Gauchard
c3bf9c5d00 reduce memory footprint 2023-07-18 19:49:58 +02:00
678a2ccf53
Merge pull request #235 from MartinMueller2003/master
Exposed  WebServer, Added password support.
2023-05-13 15:55:39 +02:00
270f0dd16b
Merge pull request #218 from d-a-v/ptr2long
pointers can always be casted to long
2023-05-13 15:53:59 +02:00
Martin
be8cf73d55 Exposed WebServer instance 2023-05-12 15:02:32 -04:00
David Gauchard
cc69f8a469 pointers can always be be casted to long 2023-01-17 14:53:02 +01:00
Martin Mueller
48e947287a Added variant of the text type to support hidden password fields 2022-11-27 16:59:28 -05:00
5cf0ce6afa
Merge pull request #212 from leokeba/master
Small fixes for graph UI element
2022-11-24 11:50:59 +01:00
leokeba
35c2f5b6b1 small fixes to graph UI element to make X-axis labels legible and meaningful 2022-11-21 16:05:29 +01:00
leokeba
b1b9fd2c79 Setting SVG overflow property to 'visible' to properly display numbers on the graph UI element 2022-11-21 15:33:56 +01:00
0aaca5449b
Merge pull request #211 from leokeba/master
Fixed step handler to allow using float numbers and sliders
2022-11-14 11:22:34 +01:00
leokeba
7b4ec5920a Fixed step handler to allow using float numbers and sliders 2022-11-11 17:29:02 +01:00
048f337d61
Merge pull request #208 from leokeba/master
fix: initialize graph data with empty array if null
2022-11-06 14:58:18 +01:00
leokeba
8e3c12935e fix: Use ControlType Constant 2022-11-05 14:06:13 +01:00
leokeba
f35d3a19d4 feat: implemented clearGraph function 2022-11-03 03:31:04 +01:00
leokeba
48594de29a fix: initialize graph data with empty array if null 2022-11-03 01:37:46 +01:00
d53fdb57a9
Bump version 2022-10-24 13:51:53 +02:00
b8079cfb63
Bump version 2022-10-24 13:51:34 +02:00
e3ccc216bb
Merge pull request #204 from ncmreynolds/main
Several LittleFS changes, fixes #192, adds option to not format LittleFS
2022-10-24 12:59:52 +02:00
Nick Reynolds
09a550e614 Many LittleFS related changes/fixes 2022-10-13 21:10:20 +01:00
Nick Reynolds
309e53dd1e Sort out includes for LittleFS 2022-10-13 21:09:05 +01:00
Nick Reynolds
4b489c7ce5 Support ESP-IDF versions prior to 4.4/Arduino Core 2.0 2022-10-13 20:52:19 +01:00
Nick Reynolds
0c9586730e Add feature to optionally _not_ format LittleFS to prepareFileSystem() 2022-10-13 19:53:55 +01:00
Nick Reynolds
004a374d79 Add a little more feedback to the user and make it list the files. 2022-10-13 19:52:50 +01:00
e3eea09e43
Merge pull request #199 from MartinMueller2003/master
Significant restructuring by MartinMueller
2022-10-11 21:50:58 +02:00
Martin Mueller
bce624b0f2 Added more robust retry when a socket error occurs. 2022-09-27 10:31:07 -04:00
Martin Mueller
1595b3bd04 Fixed bug that caused a crash when sending graphpoint updates to multiple browsers. 2022-09-22 09:36:12 -04:00
Martin Mueller
a18254b16b Fixed include issues for LittleFS 2022-09-22 09:34:53 -04:00
Martin Mueller
811e0ede4d Cosmetic changes to debug messages 2022-09-22 09:34:11 -04:00
Martin Mueller
ea4a0df4d0 Major Restructuring next part 2022-09-21 15:45:48 -04:00
Martin Mueller
a2923e501f Major restructuring of the code to get past an issue in the web socket where many changes are requested but the WS API cant handle the requests. Requests are now tracked per UI client.
Moved the client out of the main code into its own code and moved control data marshaling into the control class.
NONE of these changes impact the users API. No code changes are needed by the users.
WARNING: The LittleFS support for the ESP32 has been updated to be compatible with the latest ESP32 infrastructure. This includes using an improved WebServer.
2022-09-21 15:37:20 -04:00
Martin Mueller
fdffb9c041 Added a check for an invalid json format to prevent the UI from crashing. Requests a new reload when the issue is encountered. 2022-09-21 15:33:05 -04:00