821 Commits

Author SHA1 Message Date
Luc
a4e42340ef Update embedded page to generate ISO 8601 data time and hardcode websocket protocol
Bump version
v3.0.0-alpha3
2022-09-11 17:53:54 +08:00
Luc
e73b5e85c8 Use iso-8601 to set time but time zone like suggested by @terjeio for [ESP800/140]
Simplify string parsing to set date/time using strptime
2022-09-11 16:37:44 +08:00
Luc
3eabce6204 Update TFT_eSpi for better ESP32 S3 support 2022-09-11 16:34:42 +08:00
Luc
ee9906e3da Remove WebSocket Subprotocol from ESP800 2022-09-11 11:35:29 +08:00
Luc
d198a19dd1 Fix webUI loose websocket connection on long upload / download (>30MB)
Add benchmark code for download
Replace Download size packet from 1024 to 2048 on ESP32
Bump version
2022-09-11 11:32:35 +08:00
Luc
d699b035ba Add SDIIO Pins customization as suggested by @liqijian101
Fixes https://github.com/luc-github/ESP3D/issues/808
2022-09-07 09:45:19 +08:00
Luc
70fa36837a Fix SD is not automaticaly mounted on printer after access 2022-09-05 17:41:22 +08:00
Luc
85931368d8 Fix random crash at compilation 2022-09-05 16:55:59 +08:00
Luc
a885afced8 Update documentation
Remove SDFat2 warning
Add several sanity check
Fix some edge cases in authentication process
Remove debug messages
Clarify some status in http handler responses
2022-09-04 15:40:03 +08:00
Luc
3331c47927 Sync with ESP3DLib latest cleaning
Add mDNS code_base label (ESP3D/ESP3DLib)
Remove  outdated flags in ESP inline command line help
Bump version
2022-08-24 11:50:44 +08:00
Luc
ee18988a83 Fix rmdir does not remove not empty directory
Remove SDFat V1 support as not necessary now have SDFat 2.x
Remove SPIFFS esp8266 support as now removed from core
Bump version
Remove outdated test scripts
2022-08-23 15:57:56 +08:00
Luc
159b9e6f47 Goodbye genLinkedList - welcome std::stack
it decrease ESP32 binary size of few bytes (-256) - when it increase esp8266 binary of few bytes (+56) , but make code more standard so it is fine IMHO
2022-08-23 08:55:46 +08:00
Luc
6a82412878 Fix esp8266 compilation failed
bump version
2022-08-17 17:41:31 +08:00
Luc
dd2e4ec1d8 Add Serial Bridge Support
Add more sanity check for PIN_RESET_FEATURE
Remove unnecessary tests  in esp3doutput.cpp
Add Serial index to {ESP900] report
Add ESP901 to control Serial baudrate
Add ESP930/ESP931 Command to control Serial Bridge state and baudrate
Add missing initializations in BT
Update Features.md
Bumb version
2022-08-17 16:55:43 +08:00
Luc
7cc3cd2db5
Update README.md
fix path
2022-08-17 14:48:58 +08:00
Luc
c5b74db453 Update ESP450.cpp
Workaround mDNS ESP8266 keep the record when record is no more online
2022-08-16 07:45:32 +08:00
Luc
cf45c9251e Add ESP450 to list others ESP3D
Move mDNS to a module for better abstraction layer
Change Command.txt to markdown
Fix warning on esp8266 for sign compare
Bumb version to 205
2022-08-15 18:01:02 +08:00
Luc
81418cb563
Update README.md 2022-08-14 20:15:20 +08:00
Luc
1f54dbe210 Update README.md 2022-08-10 09:55:08 +08:00
Luc
da4190ec8b Add embedded favicon.ico scripts and support
Add WebSocket Subprotocol support per @terjeio suggestion
Change ESP800 report to use FlashFileSystem instead of FileSystem  per @terjeio suggestion for consistency
Add Host Path support for files hosted in subdirectory (WIP)
Add createPath flag for upload to create full path if does not exists
Update embedded page to support new ESP800 flags
Update WebSocket library to avoid warning
Update Features.md
Bump platformIO to 5.1.0
Bumb version to 204
2022-08-10 09:31:23 +08:00
Luc
d0317e6d99 Fix crash in debug 2022-08-03 08:54:16 +08:00
Luc
495eb67049 Change status of stream pause to be meaningful
Add flag to ESP701 CLEAR_ERROR, to clear last error code
2022-07-23 17:02:30 +08:00
Luc
8af8e8dfa7 Fix typo that make ESP701 resume not working 2022-07-23 12:29:07 +08:00
Luc
f511c37dd3
Update README.md 2022-07-23 11:38:39 +08:00
Luc
32b7e4664a Add sanity check to avoid error if preferences key does not exist (which should never happen if user do a proper reset) 2022-07-18 10:38:35 +08:00
Luc
7d924e4aa6 Fix warning 2022-07-18 03:52:07 +08:00
Luc
094ddb4dc9 Remove unused CAMERA_MODEL_TTGO_T_JOURNAL pin definition 2022-07-17 21:47:13 +08:00
Luc
da875dc646 Better management for realtime commands of GRBL
Update platformio.ini with latest monitor_echo flag Ref: https://docs.platformio.org/en/latest/projectconf/section_env_monitor.html#monitor-echo
Bump version
2022-07-17 16:48:29 +08:00
Luc
982104e742 Fix typo on ESP701 2022-07-17 13:28:37 +08:00
Luc
5328940980
UI of CNC is now implemented 2022-07-17 09:25:01 +08:00
Luc
6659a04785 Use raw serial by default 2022-07-02 10:05:59 +08:00
Luc
c8815d2611 Update configuration.h 2022-07-01 21:26:12 +08:00
Luc
fcbcf63326 Update sd_sdfat2_esp32.cpp 2022-07-01 21:25:03 +08:00
Luc
ab9f3c1236 Add ESP171 which save camera frame to SD 2022-06-27 17:46:27 +08:00
Luc
fa20ebcec7 Workaround git version issue for esp8266 using temporary 3.0.2 core
Add back SD_MMC.end() as now is no more crashing
Remove SD SPI Settings from SDIO configuration
2022-06-27 13:06:59 +08:00
Luc
80b301d4e9 Use digitalRead instead of attachInterrupt for reset pin due to conflict with Camera
Add automatic restart after reset when Reset Pin is triggered
2022-06-27 11:47:22 +08:00
Luc
0ba2db3059 Fix warning due to missing end of comment 2022-06-25 08:22:41 +08:00
Luc
058a754959 Add missing define for ESP8266 2022-06-22 20:32:35 +08:00
Luc
ea3bd524a3 More clean up to pass ci 2022-06-22 17:33:02 +08:00
Luc
44e18da2ca Fix typo orz 2022-06-22 15:43:25 +08:00
Luc
6c2d5bc37d Use ESP3D Configurator format but display all options commented 2022-06-22 15:31:17 +08:00
Luc
d7d75f31b1 Add sanity check for configuration file existence
Use Selection for SDIO Mode for global consistency and readability
Update Readme content to complete with configurator
2022-06-21 19:05:05 +08:00
Luc
daaf254231 Update ESP220.cpp
Display default pins real value for SPI
Hide state if pin is -1 as meaningless
2022-06-19 13:33:42 +08:00
Luc
e1923074f9 Fix gpio error if Shared pin is -1 2022-06-19 12:30:19 +08:00
Luc
5b2417af22 Fix compilation if TIMESTAMP SD is enabled 2022-06-19 12:29:25 +08:00
Luc
488aea69ea Update configuration.h 2022-06-18 19:20:22 +08:00
Luc
a614e23565 Limit message to first line of comment 2022-06-17 17:43:55 +08:00
Luc
a03d33405a test 2 2022-06-17 17:27:14 +08:00
Luc
c2beb76eb5 check CI not raising error when failed 2022-06-17 17:19:11 +08:00
Luc
e03067c8da Fix compilation crash orz 2022-06-17 16:56:50 +08:00