10 Commits

Author SHA1 Message Date
Luc
b646799599 Fix wait not using delay for esp32 for tasks 2020-10-26 07:53:57 +01:00
Luc
766eb4efbd Update hal.cpp
astyle fix
2020-09-24 20:08:33 +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
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
03c9e3868c removes heretic functions...
apply astyle
2020-08-23 09:52:17 +02:00
Luc
eabab7d57b update header
fix default value for empty notification setting
2020-03-24 11:49:17 +01: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
0449893385 Use hal for buzzer instead of set channel in buzzer 2019-08-11 14:19:00 +02:00
Luc
b0375a3541 Upstream sync
Add Time Support (server  + manual setup), only used for ESP32 FS currently as ESP8266 SPIFFS does not support Time, need to wait for LittleFS may be ?
Add DHT support
Add Pin reset support
Add Base for Display
Add libraries for new supported features
Add /config handle as shortcut for [ESP420]plain to be used in embedded page
Code refactoring for defines, use less Define as switches but more define as values for switches
Clean warnings
Lot of small bug fixes
Add docs for [ESPXXX] commands
2019-03-09 09:16:08 +01:00
Luc
d79d8da64b Initial commit for code base 2019-02-25 10:31:21 +08:00