vivian-ng
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
platformio.ini
|
|
@ -762,7 +762,7 @@ lib_deps = ${common.lib_deps} |
|
|
|
ESP3DLib=https://github.com/luc-github/ESP3DLib.git |
|
|
|
arduinoWebSockets=https://github.com/Links2004/arduinoWebSockets.git |
|
|
|
ESP32SSDP=https://github.com/luc-github/ESP32SSDP.git |
|
|
|
lib_ignore = LiquidCrystal, LiquidTWI2, SailfishLCD, SailfishRGB_LED |
|
|
|
lib_ignore = LiquidCrystal, LiquidTWI2, SailfishLCD, SailfishRGB_LED, ESPAsyncTCP |
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_ESP32> |
|
|
|
upload_speed = 115200 |
|
|
|
#upload_port = marlinesp.local |
|
|
|