576 Commits

Author SHA1 Message Date
Luc
a035516a20 Isolate sensor unit for easier post treatment 2020-08-27 19:25:42 +02:00
Luc
9be683efc3 Fix compilation in esp8266 due to missing declaration 2020-08-27 09:10:12 +02:00
Luc
bb92d2c5ef Update .travis.yml 2020-08-27 08:46:37 +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
03c9e3868c removes heretic functions...
apply astyle
2020-08-23 09:52:17 +02:00
Luc
ba6b0b708d Update ESP32SSDP.h 2020-08-16 09:21:41 +02:00
Luc
09c60c6f63 Add missing websocket settings in [ESP400] 2020-07-30 10:51:14 +02:00
Luc
fa2b29160b Fix compilation error due to "SPIFFS.h" in esp8266
thanks @marciot  for pointing this
Fixes #488
2020-07-30 08:55:47 +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
33556980e1
Update README.md 2020-07-19 09:33:18 +02:00
Luc
325e493904
Update README.md 2020-07-19 09:31:48 +02:00
Luc
e1ad984b72 Fix strings with ' not handled properly and corrupt JSON files 2020-07-10 19:21:20 +02:00
Luc
82ed2f08bf Update .travis.yml 2020-06-22 08:06:22 +02:00
Luc
f2f20b1009 remove unused code 2020-06-21 15:44:52 +02:00
Luc
efeac79241 Update http_server.cpp 2020-06-18 16:58:19 +02:00
Luc
869a36e187 Fix SD occupation show 0.00% is 0 or less than 1%
Add missing SD file stream and download
Stop streaming if no more connection for SD and FS
Clean some debug
2020-06-18 16:39:06 +02:00
Luc
aadb8b01f4 Update SSDP library with latest 2020-06-18 12:44:36 +02:00
Luc
80d63de725 clarify esp core in feature list
Remove webUI note in readme
2020-06-18 11:40:27 +02:00
Luc
523c2956af Add configuration support for Shared SD also even not yet supported 2020-06-17 17:03:18 +02:00
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
cd3a670b61 Update Panucatt.jpg 2020-06-08 17:34:19 +02:00
Luc
eec808b841 sponsors Images 2020-06-08 17:09:48 +02:00
Luc
6f675d5300 Update netconfig.h 2020-06-08 06:09:11 +02:00
Luc
18faed6211 Create ESP3D-features.xls 2020-06-07 15:37:18 +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
fd9322aca9 add screen for telegram wiki 2020-04-24 12:20:18 +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