Closed HubKing closed 2 years ago
[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions.
If I create a new project, add this library, and run the example "Server.ino", everything is fine. But if I add the Adafruit MQTT Library library to that project (the code is not changed), compilation errors occur whilst compiling "WiFi101", which seems to be a library that "Adafruit IO Arduino" uses. "WiFi101" seems to be compiled after "ESPAsyncTCP". Of course, if I create a new project and add "Adafruit IO Arduino" without adding "ESPAsyncTCP", it compiles fine.
Can this be solved?
If you wonder why I want to add "Adafruit MQTT Library" with "ESPAsyncTCP", I want the ESP8266 board, that does the SoftAP role of ESPAsyncTCP, also to connect to Adafruit MQTT service (WIFI_AP_STA).