You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ pio lib upgrade
.....
ESPAsyncTCP @ 1.1.3 has been successfully installed!
Updating ESPAsyncWebServer @ 1.1.0 [1.1.1]
Uninstalling ESPAsyncWebServer @ 1.1.0: [OK]
Looking for ESPAsyncWebServer library in registry
Error: Library `ESPAsyncWebServer` has not been found in PlatformIO Registry.
You can ignore this message, if `ESPAsyncWebServer` is a built-in library (included in framework, SDK). E.g., SPI, Wire, etc.
❯ pio run -e esp8266
[Sun Nov 26 21:08:26 2017] Processing esp8266 (build_flags: -Tesp8266.flash.4m1m.ld; upload_port: vzero-edd834.local; lib_deps: ESPAsyncWebServer@^1.1, OneWire@^2.3, DHT Sensor Library@^1.3, DallasTemperature@^3.7, ArduinoJson@^5.1, ESPAsyncTCP@^1.1.2; lib_ignore: AsyncTCP; platform: https://github.com/platformio/platform-espressif8266.git; board: esp12e; framework: arduino; lib_ldf_mode: deep; lib_compat_mode: 1)
---------------------------------------------------------------------------------------------------------------------------------------
Warning! Library `ESPAsyncWebServer` has not been found in PlatformIO Registry.
You can ignore this message, if `ESPAsyncWebServer` is a built-in library (included in framework, SDK). E.g., SPI, Wire, etc.
The text was updated successfully, but these errors were encountered:
Wouldn‘t it have been better to fix this upstream? I don‘t care about the Arduino Ide at all and this change will probably break a few people‘s builds and makes the naming of the various async libraries again more inconsistent?
After upgrading to b6 due to #1155 (comment) and #1173 (comment) this happens:
The text was updated successfully, but these errors were encountered: