ASyncTCP is not allowed to work

#include “AsyncTCP.h”

lib_deps = me-no-dev/AsyncTCP @ 1.1.1

This works in “Web_Server_SSE_WeMos32”, but not in the new file “Web_Server_SSE_Mega (8266).”

ASyncTCP is in the /pio/lib_deps folder.

The WeMost script was written a few weeks ago, and ASyncTCP is not being found in any of the new ones.

PlatformIO suggests this:
me-no-dev/AsyncTCP @ 1.1.1
but it doesn’t work.

The Library add function has never worked for me.

What am I doing wrong? I can’t put libraries behind me.

[env:esp12e]
platform = espressif8266
board = esp12e
framework = arduino
monitor_speed = 9600
build_flags = -D SERIAL_DEBUG
monitor_filters = ESP32_exception_decoder
lib_deps = 
    WiFi
    me-no-dev/ESPAsyncWebServer
    adafruit/Adafruit_Sensor
    adafruit/Adafruit BME280 Library@^2.1.1
    me-no-dev/AsyncTCP @ 1.1.1

AsyncTCP is a ESP32 library, not a ESP8266 library. See PIO 4.2.0 - complile error for AsyncTCP_ID1826

1 Like