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

438 Commits

Author SHA1 Message Date
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
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