Skip to content

Commit

Permalink
Add ESPAsyncTCP to lib_ignore (#16844)
Browse files Browse the repository at this point in the history
  • Loading branch information
vivian-ng authored Feb 14, 2020
1 parent 49a66bc commit a16f3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a16f3ba

Please sign in to comment.