813 Commits

Author SHA1 Message Date
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
Luc
c09ec2c7a2 Update recovery_service.cpp
Add some sanity check for pin definition
2022-06-17 15:35:47 +08:00
Luc
3b3e03c3e5 Remove Snapshot Display as dropped feature 2022-06-14 14:16:07 +08:00
Luc
60f9680df6 Update wificonfig.cpp
Remove wrong code coming from bad sync
Put new settings in proper place thanks @atsju
2022-06-11 18:50:35 +08:00
Luc
4b258c666f Add missing test in pin.h for camera pins to fix compilation warnings
Fix typo in printERROR if no wifi
Add new ESP32 settings to allow more AP detection/connection due to new release restriction
2022-06-11 16:24:48 +08:00
Luc
a92ba9267b Fix compilation issue with TIMESTAMP / BLUETOOTH / ETHERNET 2022-06-10 07:56:00 +08:00
Luc
30415a24b7 Remove No PSRAM camera
Increase Camera freq and add new settings
Add missing description for new cameras
2022-06-07 21:51:01 +08:00
Luc
1b72277569 Add latest Camera pins
Note: There is no platformIO env defined for Camera on S2/S3 MCU as I cannot test them
2022-06-07 14:05:14 +08:00
Luc
119fd95b5b Add [ESP999]QUIETBOOT to set efuse on ESP32: S2/S3/C3
Fix missing Flag for S2/S3/C3 on PlatformIO
2022-06-07 11:35:21 +08:00