Browse Source

Fix "Fix AsyncTCP dependency" (#2149)

* Revert "Fix AsyncTCP dependency (#2147)"

This reverts commit d5093b4d18.

* Ignore AsyncTCP
mcspr-patch-1
Max Prokhorov 4 years ago
committed by GitHub
parent
commit
7862b52060
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/platformio.ini

+ 1
- 1
code/platformio.ini View File

@ -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
@ -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


Loading…
Cancel
Save