1
0
mirror of https://github.com/s00500/ESPUI.git synced 2024-09-19 12:41:50 +00:00
Commit Graph

20 Commits

Author SHA1 Message Date
Martin
47db2ad6d8 Removed conditional flags for the large tests. 2024-07-14 13:08:15 -04:00
MartinMueller2003
75bd3dc378 Changes to support ArduinoJson 6 & 7 2024-03-26 16:06:23 -04:00
MartinMueller2003
7dc51d1274 Fixes to the startup sequence to fix file system errors. 2024-03-26 16:04:55 -04:00
MartinMueller2003
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
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
6dcaf55c84 Merge branch 'master' of https://github.com/MartinMueller2003/ESPUI 2024-02-29 13:22:57 -05:00
Martin
6724abfef3 removed temporary SSID and network name definitions. 2024-02-22 08:08:21 -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
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
ea8de92246 Checkpoint adding fileDisplay object 2024-02-06 22:38:17 -05: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
David Gauchard
cc69f8a469 pointers can always be be casted to long 2023-01-17 14:53:02 +01:00
Martin Mueller
ea4a0df4d0 Major Restructuring next part 2022-09-21 15:45:48 -04:00
Martin Mueller
511840fa97 Added an example for using the new extended parameter callback 2022-06-11 10:56:35 -04:00
e3638beb14
Some example improvements by @thomastech
Signed-off-by: Lukas Bachschwell <lukas@lbsfilm.at>
2022-01-08 17:31:39 +01:00
e1fe13bac6
Implement LITTLEFS as requested by @thomastech in #144
Signed-off-by: Lukas Bachschwell <lukas@lbsfilm.at>
2022-01-04 11:35:43 +01:00
3cbae2ff1b
Reformat examples
Signed-off-by: Lukas Bachschwell <lukas@lbsfilm.at>
2022-01-04 11:20:04 +01:00
19e187a280
Add PIO Example
Signed-off-by: Lukas Bachschwell <lukas@lbsfilm.at>
2022-01-03 13:03:07 +01:00