Skip to content

Commit

Permalink
Fix "Fix AsyncTCP dependency" (#2149)
Browse files Browse the repository at this point in the history
* Revert "Fix AsyncTCP dependency (#2147)"

This reverts commit d5093b4.

* Ignore AsyncTCP
  • Loading branch information
mcspr authored Feb 14, 2020
1 parent d5093b4 commit 7862b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ lib_extra_dirs =
# LIBRARIES: required dependencies
# Please note that we don't always use the latest version of a library.
# ------------------------------------------------------------------------------
lib_compat_mode = strict
lib_deps =
ArduinoJson@5.13.4
https://github.com/marvinroger/async-mqtt-client#v0.8.1
Expand Down Expand Up @@ -132,6 +131,7 @@ lib_deps =
https://github.com/mcleng/MAX6675-Library#2.0.1
https://github.com/ElderJoy/esp8266-oled-ssd1306#4.0.1
lib_ignore =
AsyncTCP

# ------------------------------------------------------------------------------
# ESPURNA CORE BUILDS
Expand Down

0 comments on commit 7862b52

Please sign in to comment.