Christian Baars
e64ee7b13f
Update xdrv_50_filesystem.ino
2022-01-09 18:24:39 +01:00
gemu2015
36c3f7c446
fix edit file gui for sd card
2022-01-01 15:06:33 +01:00
Theo Arends
8bad0115b0
Fix ESP32 webcam WDT
...
Fix ESP32 webcam WDT (#13882 )
2021-12-17 18:01:27 +01:00
Theo Arends
fa7b0302a7
Trying to solve ESP32-webcam timeouts
...
Trying to solve ESP32-webcam timeouts on Settings save by adding delays in between file write chunks and diabling NVS writes when stream is active. (#13882 )
2021-12-12 18:04:46 +01:00
Stephan Hadinger
b83d6e9b04
Avoid bad ffsp pointer if no filesystem
2021-11-14 18:23:08 +01:00
Theo Arends
b65e0fb21e
Fix compile error
2021-10-21 18:35:25 +02:00
Barbudor
38c9942c2c
file editor no-wrap
2021-10-20 22:49:50 +02:00
gemu2015
7a01c70e7c
force hide files on sdc
2021-10-19 08:08:55 +02:00
Barbudor
0e777193fc
add 'show hidden files' checkbox in fileman
2021-10-03 20:11:14 +02:00
Stephan Hadinger
5ae88c4f97
Files starting with underscore in file system are no more hidden
2021-10-03 16:39:43 +02:00
Jason2866
3ab4a2a3e0
New framework LITTLEFS -> LittleFS
2021-07-18 23:14:10 +02:00
Barbudor
8523b50d4e
FSMan: add file deletion confirmation
2021-06-17 19:02:58 +02:00
Stephan Hadinger
6d54949273
LVGL prepare M5StickC
2021-05-25 18:53:10 +02:00
Theo Arends
61b0e9ad34
Skip filename leading slash in user message
2021-04-21 14:37:25 +02:00
Theo Arends
fa31d776c3
Fix filesystem file edit
2021-04-16 17:24:49 +02:00
Theo Arends
f7b45ffddb
Redesigned GUI
...
Redesigned GUI by moving non-configuration buttons from ``Configuration`` to new submenu ``Consoles``
2021-04-16 11:40:38 +02:00
Theo Arends
b6b0ca1b6c
Remove autoexec.bat multiline command support
...
Remove autoexec.bat multiline command support and fix backlog command support.
2021-04-14 16:09:34 +02:00
Barbudor
06a75af1af
file system editor GUI_FILE_EDIT
2021-04-11 15:22:57 +02:00
Theo Arends
92b8c8ad48
Remove the need to start filenames with a slash (/) in Ufs commands
2021-02-19 18:35:47 +01:00
Stephan Hadinger
18d6d54343
Move message to DEBUG level
2021-02-17 17:49:07 +01:00
Theo Arends
a59b6b2720
Add abort to UfsRun
2021-02-17 11:06:48 +01:00
Theo Arends
ead77e536c
Refactor command file
2021-02-16 16:21:46 +01:00
Theo Arends
30a75edff5
Refactor command file
2021-02-16 15:54:53 +01:00
Theo Arends
f39f29a316
Better handle command file comment lines
2021-02-16 15:25:16 +01:00
Theo Arends
e40bebd0ba
Fix filerun restart hold
2021-02-16 13:00:10 +01:00
Theo Arends
e16ba61dea
Add command UfsRun
2021-02-16 12:19:40 +01:00
Theo Arends
725650cac5
Add more failsafe to autoexec.bat
2021-02-15 18:09:03 +01:00
Theo Arends
0aac8125ea
Add more failsafe to autoexec.bat
2021-02-15 18:01:02 +01:00
Theo Arends
6fa53b85ef
Basic support for filesystem ``autoexec.bat``
2021-02-15 17:29:31 +01:00
Theo Arends
3c623b5233
Add autoexec failsafe
2021-02-15 16:51:13 +01:00
Theo Arends
68baafc685
Initial support for autoexec.bat using filesystem
2021-02-15 16:37:09 +01:00
Theo Arends
cd38179f7f
Prep ESP32S2
2021-02-03 12:22:17 +01:00
Theo Arends
f58d779b2b
Add optional SSE demo
2021-02-02 14:57:53 +01:00
Theo Arends
7561647dce
Add demo for driver/sensor settings file storage ( #10786 )
2021-02-01 16:51:41 +01:00
gemu2015
f2b253303d
fix ip crashes
2021-01-30 09:41:39 +01:00
Theo Arends
64d152a451
Refactor some IP addresses
2021-01-27 12:14:33 +01:00
Theo Arends
efaed8046d
Refactor AddLog usage
2021-01-23 16:26:23 +01:00
Theo Arends
5561de02fa
Add support for Sugar Valley NeoPool Controller
...
Add support for Sugar Valley NeoPool Controller by Norbert Richter (#10637 )
2021-01-20 17:03:53 +01:00
Theo Arends
96c0951587
move includes
2021-01-20 15:43:26 +01:00
Theo Arends
14788a4e74
Fix core2 compilation
2021-01-20 15:06:34 +01:00
Stephan Hadinger
2f139d0e47
More PROGMEM
2021-01-18 21:48:04 +01:00
gemu2015
8c5d4ea26d
fix esp32 download large files
2021-01-17 12:30:20 +01:00
Theo Arends
43fd9ee1f2
Fix dual filesystem commands
2021-01-15 16:17:25 +01:00
Theo Arends
a34f75f44c
Fix locale File Management decimal point
2021-01-13 12:12:14 +01:00
Stephan Hadinger
800f86d56e
Moving more to PROGMEM
2021-01-12 19:31:15 +01:00
gemu2015
6b51203b3b
file download ESP32 task
2021-01-11 17:44:54 +01:00
gemu2015
ab0f923788
fix sdcard size info
2021-01-10 19:42:33 +01:00
Theo Arends
30d52acce0
Filemanager uses standard upload process
2021-01-09 18:19:15 +01:00
gemu2015
de8a5b0f69
optional delete file gui
2021-01-09 16:33:23 +01:00
Theo Arends
d6e71f48e7
Fix Blocked Loop error due to large file upload
2021-01-09 15:40:54 +01:00