90 Commits

Author SHA1 Message Date
Luc
f83e6a556e Disable autoconnect when disconnected until workaround found 2020-06-14 10:54:30 +02:00
Luc
d0e5e3434f Fix sketch size calculation if 1MB flash 2020-06-14 10:53:22 +02:00
Luc
6f675d5300 Update netconfig.h 2020-06-08 06:09:11 +02:00
Luc
a4b6e63007 Enable SSDP customization by default in configuration.h 2020-06-01 15:24:33 +02:00
Luc
70a72ff8f3 Set BearSSL as ESP8266 HTTPS library for notifications
Fix M117 not used for printer output
Add WiFi Off / Radio Off printer message when starting without radio mode
Add BT On when starting BT
Fix starting WIFi STA on ESP32 raise wifi not start and hostname set failed when  network previously set to OFF
Use Serial instead of all clients  for starting network message
Set version to 43
2020-05-31 18:03:45 +02:00
Luc
7fcb0bdbee Fix FS timestamp not working
Fix FS commands with incomplete root
Fix slow time set at start if no need time server
Update debug message in Flash FS
Fix FATFS / LittleFS bugs
2020-05-28 13:42:18 +02:00
Luc
1dfe95f0a0 fix spiffs show . in directory when it should be ignored 2020-05-25 20:25:44 +02:00
Luc
4aa503741f Add \n if not present in web commands 2020-05-11 10:13:50 +02:00
Luc
fd4e385830 Use POST instead of GET for telegram notification 2020-04-14 13:34:22 +02:00
Luc
e525bcb6c2 Add telegram support per @fjriosp request
fixes #439
2020-04-14 11:31:36 +02:00
Luc
248162d960 Fix some typo 2020-04-14 11:26:11 +02:00
Luc
d0e7b1a29e Adjust some output strings 2020-04-12 15:53:38 +02:00
Luc
b8a266351c Reorg ESP400 output to add better filters and sub filter 2020-04-11 20:48:06 +02:00
Luc
eabab7d57b update header
fix default value for empty notification setting
2020-03-24 11:49:17 +01:00
Luc
542d791ec3 Update esp_globalFS.cpp
Fix compilation error if no SD
2020-03-05 11:32:18 +01:00
Luc
719843525f Update netservices.cpp
add TODO note
2020-03-02 14:21:19 +01:00
Luc
c0c294105f rewrite Camera initialisation
now SD mmc and camera seems working side by side
2019-11-03 09:14:50 +01:00
Luc
a628ef2a97 Update FtpServer.cpp
Astyle update
2019-11-02 18:50:02 +01:00
Luc
eb196b9960 Revert "Allow web command to be reactive when camera streaming is on"
This reverts commit 15cb4056c5d51a0180d53656692a7af678398dfb.
2019-11-01 20:37:41 +01:00
Luc
15cb4056c5 Allow web command to be reactive when camera streaming is on 2019-11-01 14:51:01 +01:00
Luc
d4d2482fd1 fix compilation error with authentication and esp8266 2019-11-01 08:19:40 +01:00
Luc
c706f44229 Implement FTP Server feature
rewrite the file time access
fix some debug error
add rename function in file systems when available
2019-10-31 22:29:38 +01:00
Luc
0c0a95d6f7 Add Global FileSystem
Allows to browse /FS (flash) and /SD (SD card) under /
[ESP780] can browse SD and FS under /
[ESP790] allow file actions under /
to be used with FTP server
2019-10-28 22:06:23 +01:00
Luc
fff899bd10 Update sd_sdfat_esp32.cpp
remove ;
2019-10-28 10:13:34 +01:00
Luc
82f1568341 Update sd_sdfat_esp32.cpp
ix warnings
2019-10-28 09:44:02 +01:00
Luc
867b523588 Use global FILE_OPEN WRITE an APPEND
same meaning no need different define use only one for all filesystem
2019-10-28 09:04:59 +01:00
Luc
a27045080f code formating 2019-10-26 09:31:07 +02:00
Luc
5d018cfbf6 Add handler for SD
Fix quiet status on FS handler
2019-10-26 09:26:13 +02:00
Luc
a733ed29e2 Fix ESP181
Add FTP to NetServices
2019-10-23 20:49:24 +02:00
Luc
c684e69575 Add backbone for FTP 2019-10-23 19:44:01 +02:00
Luc
3784120487 Fix compilation issue with SD anf esp8266 2019-10-22 18:48:40 +02:00
Luc
3bae4748bf Add [ESP715]FORMATSD to format SD card
Add SD format feature on SDFat for esp8266 and esp32
2019-10-22 13:12:27 +02:00
Luc
c37b90ea05 Add time in sd file
Add create command to  filesystem
Clean SD filesystem code
2019-10-21 17:50:18 +02:00
Luc
bbadbc2be3 Add SDFat for ESP32 2019-10-18 20:57:36 +02:00
Luc
e7818cb5e6 Fix _filename
remove /. reference
2019-10-17 20:35:41 +02:00
Luc
5cede996cc Fix bug with FATFS on esp32 for free space calculation 2019-10-17 15:25:16 +02:00
Luc
bd026eabe9 prepare API for shorname
Fix filename for esp8266
2019-10-16 17:24:48 +02:00
Luc
bead8ba2d8 code cleaning 2019-10-14 20:28:53 +08:00
Luc
800f6a85b7 fix warnings 2019-10-14 20:16:52 +08:00
Luc
d376059509 add esp8266 sd native 2019-10-14 20:15:30 +08:00
Luc
dc134f33ac add SDIO support for esp32 2019-10-13 19:41:32 +08:00
Luc
9fe3c1a615 Some refactoring for SD support
put SPI SD divider in EEPROM
2019-10-13 13:23:24 +08:00
Luc
14a15bf815 basic esp commands for SD 2019-10-11 15:52:58 +08:00
Luc
3694e3ca4b some code cleaning 2019-10-11 12:01:25 +08:00
Luc
57a965dcee rearange FS files location 2019-10-07 20:47:36 +08:00
Luc
c02e922aa4 SD wrapper backbone 2019-10-07 17:54:57 +08:00
Luc
99bcdd47af Change files name for readibility 2019-10-07 17:24:32 +08:00
Luc
3accd2a694 Back bone for lua interpreter service 2019-10-07 17:16:32 +08:00
Luc
5a7e555e87 add autostart script support 2019-10-03 20:07:36 +08:00
Luc
027ab132ae add [ESP700]support for FS
Add Header for FS file name
Add flag for FILESYSTEM_FEATURE in sources
do some AStyle
Change line number from uint16_t to uint32_t
2019-10-02 22:48:23 +08:00