Luc
2933e406fb
add check if filesystem error
2019-08-16 21:59:49 +02:00
Luc
cecd0a9de0
Add simple calibration screen using lvg label
2019-08-16 10:35:44 +02:00
Luc
4c39d5a6a2
fix compilation error with BT and ethernet
2019-08-14 22:26:28 +02:00
Luc
05f0c22d97
Basic workflow for touch UI, wifi connection rendering
2019-08-14 21:46:31 +02:00
Luc
e50da88db3
Add advanced/Basic UI and colored/monochrome define
...
to prepare litlevgl integration for advanced
2019-08-11 19:21:35 +02:00
Luc
f57807cce9
Add led pin for TFT, no control yet, just init at start
2019-08-11 16:59:20 +02:00
Luc
044ca00247
Add lilltlevgl library
...
add tft_espi support for ILI9488 480X320
2019-08-11 15:59:26 +02:00
Luc
0449893385
Use hal for buzzer instead of set channel in buzzer
2019-08-11 14:19:00 +02:00
Luc
918f09cdfa
Fix compilation error
...
fix filesystem sed typo error
2019-08-10 21:34:40 +02:00
Luc
6fc6df1577
Fix OTA update size not accurate on ESP32
...
Use proper function to get partition size instead of guessing doing wrong calculation
2019-08-10 20:25:47 +02:00
Luc
7bc15e1bd9
Update buzzer.cpp
2019-08-05 14:48:26 +02:00
Luc
4961ff9902
Final integration for buzzer
...
add [ESP900] to enable/disable buzzer
add [ESP250] to play beed if no parameter, or specific sound using frequency and duration parameters
add missing Serial communication state in [ESP420]
fix typo in [ESP900]
2019-08-04 15:31:24 +02:00
Luc
4330d8eb30
Add backbone for passive buzzer device
...
need to implement EEPROM and ESP commands related to buzzer
apply astyle
2019-08-03 20:40:40 +02:00
Luc
676df60b91
Allow to start/stop serial with [ESP900]
2019-08-01 16:31:56 +02:00
Luc
6d9e11bcd1
Fix for esp8266 core new template webserver Thanks @D-A-V
2019-07-31 08:44:29 +02:00
Luc
38bcd90fc6
update oled lib
2019-07-04 13:06:32 +02:00
Luc
76a8e4efc2
rename lib directory with version
2019-07-01 19:01:51 +02:00
Luc
61e8c4f946
update to esp8266-oled-ssd1306-4.0.0
2019-07-01 18:00:06 +02:00
Luc
9c1525d797
Update Wsocket lib
...
remove deprecated warning using #pragma
2019-06-30 21:25:31 +02:00
Luc
cc6e4ad3a4
Add M118 support
...
Add 4G capacity support
Fix empty string saving
2019-06-23 21:30:21 +02:00
Luc
688b8a079a
Add Touch base code for calibration
...
Add [ESP214] and [ESP215]
Fix Telnet not getting commands
Fix HTTP and Telnet not taking start condition
Add code base for input
Increase EEPROM size from 1024 to 2048 as now we are at 1003 for future next setting
Fix display for ILI9341 for main page
Change version for tracking
2019-04-07 16:57:33 +02:00
Luc
6f5d87a927
Add Websocket support
...
Add command 160 + 161 for websocket configuration
Add Websocket monitor page for debug in tools
Add Telnet and Websocket debug default port is 8000
Fix boot delay value to default instead of max when invalid
Minor fixes
2019-03-28 11:18:42 +01:00
Luc
3b380bac12
Add screen basic notification
...
Dsiplay SSID / SIGNAL / IP and status like in 2.X
2019-03-24 09:44:05 +01:00
Luc
76bad8d262
Update structure code
...
update libraries
add base for TFT screen
2019-03-20 15:14:55 +01:00
Luc
f3df5dd92c
Update esp3d_logo.h
2019-03-20 09:25:49 +01:00
Luc
3b9d5302a1
Code sync with upstream
...
Code clening
Add Boot delay as parameter in EEPROM for easier tuning
Add Notifications
2019-03-15 09:48:26 +01: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
Luc
a84d146921
Prepare branch
2019-01-26 09:31:25 +01:00
Luc
c95fe416f0
Not necessary with latest ESP32 git
2018-07-04 18:43:44 +02:00
Luc
e362a7754b
update index.html with latest
2018-04-26 09:00:47 +08:00
Luc
dd08ae44d6
change version as now it is time to release
2018-04-26 08:52:43 +08:00
Luc
67b4054ca6
update WIFI_PS_MODEM to WIFI_PS_MAX_MODEM in ESP32
2018-04-26 08:26:22 +08:00
luc lebosse
e08221a077
Fix 2 for web update
2018-03-17 21:44:00 +01:00
luc lebosse
3d0beea62c
Fix web update available size
2018-03-17 20:03:12 +01:00
luc lebosse
32b07c6740
Fix compilation if no Autentication
...
Update version for tracking
2018-03-02 20:38:02 +01:00
luc lebosse
5f3c2e91db
Fix Authentication flag not transmited in macro [ESP700]
...
Fix also doc for [ESP201]
Thank you @Gi0cas
2018-03-02 20:26:59 +01:00
luc lebosse
1697f68f10
Clean code
2018-03-01 09:04:18 +01:00
luc lebosse
2714904c52
Fix bug reading Macro on SPIFFS
2018-02-24 21:35:01 +01:00
luc lebosse
13ee5e19e8
Merge Development version to master
2017-11-13 16:17:07 +01:00
luc lebosse
f546cb230c
Fix compilation with if no TCP_IP_DATA_FEATURE
2017-03-31 21:25:40 +02:00
luc lebosse
7db0080d5e
Adjust folder filtering for marlinkimbra
...
which display all files / subfiles/ folders and subfolders
2017-03-30 22:45:08 +02:00
luc lebosse
4d8012d2f7
Add back the filter for smoothieware for subfolder
...
using M20 ESP3D cache
2017-03-30 22:01:58 +02:00
luc lebosse
f26e3c2608
Under marlin only files are listed
...
so no need to look after folder which could lead to false positif
For smoothieware the usage of M20 is not working for subfolder so use ls
instead and no need to use file cache
2017-03-30 21:27:35 +02:00
luc lebosse
7626717d94
Fix compilation issue with DEBUG as SPIFFS
2017-03-29 20:38:18 +02:00
luc lebosse
38d86c5f8a
Fix javascript compatibility issue on send command
2017-03-29 13:31:04 +02:00
luc lebosse
5e81939a57
Put back missing refresh SD files list after upload
2017-03-29 09:40:47 +02:00
luc lebosse
2ca1d45111
Fix corrupted status with Marlin in some occasions
2017-03-29 09:23:05 +02:00
luc lebosse
9d49909f25
Update to follow esp core latest changes
2017-02-20 17:18:48 +01:00
luc lebosse
bfe2f57b32
Fix wrong EEPROM for AP_PHY_MODE
2017-01-02 10:53:45 +01:00