me-no-dev / ESPAsyncTCP

Async TCP Library for ESP8266
GNU Lesser General Public License v3.0
758 stars 394 forks source link

[Question] Can this library be used with the "Adafruit MQTT Library" in the same project? #172

Closed HubKing closed 2 years ago

HubKing commented 3 years ago

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).

stale[bot] commented 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[bot] commented 2 years ago

[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions.