599 Commits

Author SHA1 Message Date
Luc
36601eec0a Upgrade arduino websocket to 2.2.0 2020-10-04 12:43:03 +02:00
Luc
a212d3b049 Fix Wrong error code if ack timeout
Fix do not retry if time out in ack
Increase default timeout
2020-10-03 19:50:54 +02:00
Luc
7a804591c3 Disable webupdate capability if no ota partition in ESP32 2020-09-24 21:21:27 +02:00
Luc
e9b742434f Fix loop of unique ota partition wrongly detected as second partition
next update partition should give null if no next app partition, but actually it loop first partition, so compare both addresses to be sure there are 2 distinct partitions
2020-09-24 20:12:35 +02:00
Luc
766eb4efbd Update hal.cpp
astyle fix
2020-09-24 20:08:33 +02:00
Luc
5ddf03ff11 Update sdio_esp32.cpp
astyle fix
2020-09-24 20:08:12 +02:00
Luc
cafd52c403 Add sanity check per Aneantisor suggestion 2020-09-23 21:07:16 +02:00
Luc
b827984813 Update configuration.h 2020-09-23 18:59:03 +02:00
Luc
a7e97d873f Fix recursive deadloop on esp32 with pinMode thanks Aneantisor
Add SDIO one bit  mode  setting in configuration.h thanks  Aneantisor
Fix typo in comments
2020-09-22 15:47:01 +02:00
Luc
4341efedfd Add captive portal detection in embeded page and display message accordingly 2020-09-22 13:00:56 +02:00
Luc
7e2d6222ee Add sanity checks in ESP32 native functions 2020-09-21 21:05:05 +02:00
Luc
deda296a10 Add sanity check in rmdir
Fix typo in mkdir web command
2020-09-21 20:30:41 +02:00
Luc
7cf4b881fd Fix upload on SDIO subdir failed due to subdirectory is not detected properly
Fix typo in DHT module
Move disable brown out dector to Hal::begin
2020-09-21 15:33:42 +02:00
Luc
4227db2947
Update README.md
fix discord  link
2020-09-17 11:50:52 +02:00
Luc
ad8c92bbdd Delete tasks.json
not necessary actually thanks @sl1pkn07
2020-09-11 16:49:26 +02:00
Luc
e56b559806 Update tasks.json 2020-09-11 12:45:22 +02:00
Luc
f0779b40ae Update platformio.ini 2020-09-11 11:38:59 +02:00
Luc
9dbb716884 update for latest platformIO version 2020-09-10 21:29:20 +02:00
Luc
02c436e511
Update README.md 2020-09-08 17:04:44 +02:00
Luc
1b35e7b79f
Update README.md 2020-09-08 16:15:00 +02:00
Luc
6ff3a8224e Update configuration.h
disable sensor by default
2020-09-07 10:14:59 +02:00
Luc
0615c3e027
Merge pull request #497 from MichaelDu9226/3.0
Add serial_service.readBytes in wait_for_ack
2020-09-02 07:49:03 +02:00
MichaelDu
a5d18e1cbd Add serial_service.readBytes in wait_for_ack 2020-09-01 19:55:07 +08:00
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