65 Commits

Author SHA1 Message Date
Luc
868a9ba49c Fix missing close files
Disable Debug
2021-01-24 14:59:02 +01:00
Luc
59e766b0b8 webdav part 1 2021-01-24 13:22:41 +01:00
Luc
926dfd155b Update configuration.h 2020-12-20 11:31:21 +01:00
Luc
0101f0a4fe Fix ESP32 compilation failures
Fix Travis not sending email -TBC
2020-12-18 07:00:19 +01:00
Luc
21002cf62a Base for MKS Serial protocol on MKS WIFI 2020-12-17 20:29:58 +01:00
Luc
5963eca3a6 Code cleaning / change flag message EEPROM storage way -Need to reset settings
new command [ESP920] to configure outputs
Remove REPETIER for Davinci definition that should be pure REPETIER from now
Change FW Target ID numbering to support different Flavors more easily
Add Ini file configuration file from SD (espconf.ini) to configure ESP3D at start
Add  Target FW  ID in ESP800 command in addition to Target  FW short name
Bumb version

Warning this commit is breaking EEPROM org so - check then in webUI after
2020-12-09 16:44:12 +01:00
Luc
f4275908d6 update travis for test 2020-11-24 10:45:00 +01:00
Luc
8d01cfaf01 Fix wrong platformio.ini for esp8266 2020-11-08 22:15:57 +01:00
Luc
bb2b7a8e62 Fixes #394
Finally
2020-11-02 11:32:46 +01:00
Luc
2aa146a926 Remove camera streaming feature as not working as expected
Clean code due to camera stream removed and left camera snap feature only
2020-10-26 16:44:18 +01:00
Luc
24d7d96c08 move camera stream to webserver insteado of http async
still use own task but streaming is still locking processes
2020-10-26 08:09:29 +01:00
Luc
b7c1f684d2 Update configuration.h
default is no camera for travis to not failed on it for esp8266
2020-10-18 11:10:32 +02:00
Luc
a700546b8c Add free PSRAM size if any in report 2020-10-15 14:17:49 +02:00
Luc
c2d7a22006 Better fix for boot issue with camera 2020-10-15 11:41:59 +02:00
Luc
b827984813 Update configuration.h 2020-09-23 18:59:03 +02:00
Luc
6ff3a8224e Update configuration.h
disable sensor by default
2020-09-07 10:14:59 +02:00
Luc
fe168f7224 Add support for BMP280/BME280 sensor
Change Serial and I2C pins mamangement to use default ones if not defined in configuration.h
Fix some typo
2020-08-25 22:03:24 +02:00
Luc
2a4dffcea5 Set DHT as sensor and set output more generic
Add Analog entry as sensor
Fix DHT initialisation issue
2020-08-24 21:01:35 +02:00
Luc
09c60c6f63 Add missing websocket settings in [ESP400] 2020-07-30 10:51:14 +02:00
Luc
beafccced6 Fix LVGL display not compiling
Remove connecting message from status bar when connection attempt is finished
2020-07-23 16:17:17 +02:00
Luc
523c2956af Add configuration support for Shared SD also even not yet supported 2020-06-17 17:03:18 +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
26fef41f73 Fix ESP400 out whith time zone
Add external config file option for SSID/Password
2020-05-27 11:23:56 +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
d0e7b1a29e Adjust some output strings 2020-04-12 15:53:38 +02:00
Luc
eabab7d57b update header
fix default value for empty notification setting
2020-03-24 11:49:17 +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
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
bbadbc2be3 Add SDFat for ESP32 2019-10-18 20:57:36 +02: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
90bbc315cc Update configuration.h 2019-10-13 13:38:24 +08:00
Luc
9fe3c1a615 Some refactoring for SD support
put SPI SD divider in EEPROM
2019-10-13 13:23:24 +08:00
Luc
7384b4f28e Update configuration.h 2019-10-12 07:28:28 +08:00
Luc
3694e3ca4b some code cleaning 2019-10-11 12:01:25 +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
Luc
f7dd60c39f Add basic functions for GCODE host first pass
to be used in auto start Macro / [ESP700]/ Serial File Upload
2019-10-02 10:02:18 +08:00
Luc
a251d0c01d Fix embedded page fw update output 2019-10-01 09:32:56 +08:00
Luc
2c7953055f Add define to allow camera to be streamed on another page 2019-09-30 08:42:28 +08:00
Luc
cb726b51d5 Add Camera streaming server
add  ESP command 170/171/172
apply astyle
add flag to distinguish websocket terminal vs data
2019-09-29 19:47:32 +08:00
Luc
9ba7716cd1 Add FS size info in [ESP720] 2019-09-20 02:03:53 +08:00
Luc
b818022f5e add esp8266 littleFS support
add new command to handle files/directories
add files creation  sketch for each FS
fix esplogo compilation if no display
remove wifi network starting message if wifi off
2019-09-17 13:53:53 +08:00
Luc
e869bab859 Add auto notification
Fix wrong network mode with failing WIFI-STA
Add flexible Title for message
2019-09-08 15:41:57 +02:00
Luc
e93495c6c8 Add Manual time setting from [ESP800],
Add time source selection setting (Internet/manual)
Add websocket IP to make it work with Apple Captive portal thanks @Nathan-ma
Add instant message error and abort command for files upload
Add Available FS space check before upload
Add [ESP290]<delay> command per @josedpedroso
Apply Astyle
Update version
2019-08-27 11:35:36 +02:00
Luc
a71be60eff Fix transparency issue
add auto snapshot
2019-08-17 21:38:51 +02:00
Luc
adbbd9067c Add [ESP216]SNAP command to capture screenshot from advanced display 2019-08-17 17:20:24 +02:00