322 Commits

Author SHA1 Message Date
Luc
41cb7d1f2f Fix Default SD value if direct SD enabled
Fix typo in SD type in ESP400
2020-06-17 16:55:35 +02:00
Luc
4a64a83bf0 Add Target FW in ESP420 to central access 2020-06-17 16:18:41 +02:00
Luc
9aedaceed8 Fix debug always enabled on ESP32 if debug is enabled
Add SPI custom pins support in ESP32 FAT and show them when used in debug
Allow to add custom SPI PINS in Configuration.h or myconfig.h
2020-06-17 15:00:31 +02:00
Luc
ce5761344d Fix files with gz extension not deflated 2020-06-16 17:00:40 +02:00
Luc
b1bcfabc83 Fix Repetier Boot not displaying IP
Restart with partial end to avoid file corruption
2020-06-15 17:11:56 +02:00
Luc
15367cbd5c Update esp3d.cpp
remove boot garbage for ESP8266 when restarting
2020-06-15 16:24:36 +02:00
Luc
b365cd95df Fix the char ; blocking serial on Marlin - so use M117 and refresh IP at start when setup is done 2020-06-14 15:44:16 +02:00
Luc
268d492c3f Fix typo 2020-06-14 15:28:25 +02:00
Luc
ad562634a2 Update version 2020-06-14 11:11:32 +02:00
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
01949070dc Fix Marlin silent output 2020-06-14 10:52:53 +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
6f5a24160f Fix empty string in ESP400 for time server generate invalid JSON 2020-05-28 17:04:25 +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
26fef41f73 Fix ESP400 out whith time zone
Add external config file option for SSID/Password
2020-05-27 11:23:56 +02:00
Luc
1dfe95f0a0 fix spiffs show . in directory when it should be ignored 2020-05-25 20:25:44 +02:00
Luc
c15880ef16 Fix typo 2020-05-20 16:53:51 +02:00
Luc
e432d4be54 Change filter in ESP400 from F/F2 to F with path to give flexibility 2020-05-20 11:58:31 +02:00
Luc
20ae0c92da Fix [ESP] help not displayed in web command 2020-05-11 11:37:25 +02:00
Luc
4aa503741f Add \n if not present in web commands 2020-05-11 10:13:50 +02:00
Luc
85138bc80d fix warning 2020-04-24 09:21:07 +02:00
Luc
fe3a04b55b Add [ESP]inline help for [ESPXXX] commands 2020-04-22 14:53:12 +02:00
Luc
31d7e5659a Allow to setup STA mode by default in configuration.h and use it in reset 2020-04-22 09:27:19 +02:00
Luc
ff8251aabd Fix wrong calculation of EEPROM positions and max all size homogenous
Thanks @TheMaskedDeveloper for pointing this out
2020-04-20 07:40:31 +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
ac1eb96c12 Fix gliches in ESP400 2020-04-13 19:21:38 +02:00
Luc
c48c16862e Fix compilation error
Fix empty setting crash web output
2020-04-12 20:34:36 +02:00
Luc
8d75796900 Improve message feedback for [ESP401]
set error message with code 500 instead of 200
fix ??? typo
2020-04-12 18:34:31 +02:00
Luc
b0d35c245b Fix ??? string to unknown for consistency 2020-04-12 16:02:41 +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
79a2185490
Update esp32cam.html 2020-02-05 21:36:20 +09: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
6d5c08be24 Update debug_esp3d.h
Use default debug of ESP32 i DEBUG is disabled
2019-11-02 18:50:50 +01:00
Luc
a628ef2a97 Update FtpServer.cpp
Astyle update
2019-11-02 18:50:02 +01:00
Luc
39b1bb57fd Pin 4 is used by SD card reader so better not to use it for other purpose 2019-11-01 22:07:48 +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
f9bf48544a Add some sanity checks for FS 2019-11-01 14:50:22 +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