forked from MarlinFirmware/Marlin
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- (temporarily) updated the ESP3DLib dependency for MKS TinyBee / ESP…
…32 to fix compilation issues on the latest Espressif toolchains When the PR luc-github/ESP3DLib#51 has been merged then please change it back! - (temporarily) updated the "ESP Async WebServer" dependency for MKS TinyBee / ESP32 to fix compilation issues on the latest Espressif toolchains Please watch PR me-no-dev/ESPAsyncWebServer#1142 and change back once merged. - fixed another ESP32 bug due to toolchain update
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -240,8 +240,8 @@ IS_SCARA = src_filter=+<src/module/scara.cpp> | |
HAS_SERVOS = src_filter=+<src/module/servo.cpp> +<src/gcode/control/M280.cpp> | ||
MORGAN_SCARA = src_filter=+<src/gcode/scara> | ||
HAS_MICROSTEPS = src_filter=+<src/gcode/control/M350_M351.cpp> | ||
(ESP3D_)?WIFISUPPORT = AsyncTCP, ESP Async WebServer | ||
ESP3DLib=https://github.com/luc-github/ESP3DLib/archive/master.zip | ||
(ESP3D_)?WIFISUPPORT = AsyncTCP, ESP Async WebServer=https://github.com/har-in-air/ESPAsyncWebServer.git | ||
ESP3DLib=https://github.com/quiret/ESP3DLib | ||
arduinoWebSockets=links2004/[email protected] | ||
luc-github/[email protected] | ||
lib_ignore=ESPAsyncTCP |