Luc
be1b47f9ac
Add ping response with session ID and time remaing if authentication
2020-10-08 14:34:10 +02:00
Luc
f3f44786c0
Fix wrong authentication failed management for files served on flash
2020-10-07 10:56:06 +02:00
Luc
222dbdaf44
Create task for serial on ESP32 to avoid data lost
2020-10-05 10:45:01 +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
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
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
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
e1ad984b72
Fix strings with ' not handled properly and corrupt JSON files
2020-07-10 19:21:20 +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
4a64a83bf0
Add Target FW in ESP420 to central access
2020-06-17 16:18:41 +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
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
ad562634a2
Update version
2020-06-14 11:11:32 +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
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
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
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
ac1eb96c12
Fix gliches in ESP400
2020-04-13 19:21:38 +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
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
c0c294105f
rewrite Camera initialisation
...
now SD mmc and camera seems working side by side
2019-11-03 09:14:50 +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
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
14a15bf815
basic esp commands for SD
2019-10-11 15:52:58 +08:00
Luc
5a7e555e87
add autostart script support
2019-10-03 20:07:36 +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
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
11e2722768
update embedded page for login icon
...
finalize file upload error management sanity check
2019-09-03 15:48: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