Replies: 2 comments
-
@aramperez please stop creating issues that are not valid library issues or I will have to block your user! There is a discussion forum for these kind of support requests... Issues are reserved for valid / validated bugs. Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
-
before checking : https://github.com/ESP32Async/ESPAsyncWebServer?tab=readme-ov-file#esp8266--pioarduino You are compiling an ESP32-only lib (AsyncTCP) with an ESP8266 platform because you did not put the right PIO settings. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Platform
ESP8266
IDE / Tooling
PlatformIO
What happened?
I'm on a PC running Windows 11 Home, using Visual Code <Version: 1.100.0 (user setup), Commit: 19e0f9e681ecb8e5c09d8784acaa601316ca4571, Date: 2025-05-07T12:48:53.763Z, Electron: 34.5.1, ElectronBuildId: 11369351, Chromium: 132.0.6834.210, Node.js: 20.19.0, V8: 13.2.152.41-electron.0, OS: Windows_NT x64 10.0.26100> and PlatformIO <Core 6.1.18·Home 3.4.4>. I created a new project for NodeMCU and call it WebSockets. I open the main.cpp and replace the initial code with the code from the WebSockets example. I use the PlatformIO Library Manager to install ESPAsyncWebServer and get the following:
After clicking the Build button, I get the following:
I created another issue/discussion related to not being able to compile the examples with the Arduino IDE.
Stack Trace
Not applicable.
Minimal Reproductible Example (MRE)
The project is attached.
WebSockets.zip
I confirm that:
Beta Was this translation helpful? Give feedback.
All reactions