I actually put some details in the question associated with ESP32 WebSerial:Web serial monitor. It was too late to bail out here, hence no details. Here is the section of article I followed:
You also need to install the ESPAsyncWebServer and the AsyncTCP libraries. Click the following links to download the libraries’ files.
*** -> If you’re using VS Code with the PlatformIO extension, copy the following to the platformio.ini file to include the libraries.
lib_deps = ESP Async WebServer
ayushsharma82/WebSerial @ ^1.1.0
After, when building the code I got message it could not find the following libraries.
#include <WiFi.h> #include <AsyncTCP.h> #include <ESPAsyncWebServer.h> #include <WebSerial.h>
The error is:
{
"resource": "/c:/Users/froeh/Documents/PlatformIO/Projects/Blink_LED/src/main.cpp",
"owner": "C/C++",
"code": "1696",
"severity": 8,
"message": "#include errors detected. Please update your includePath. Squiggles are disabled for this translation unit (C:\\Users\\froeh\\Documents\\PlatformIO\\Projects\\Blink_LED\\src\\main.cpp).",
"source": "C/C++",
"startLineNumber": 9,
"startColumn": 1,
"endLineNumber": 9,
"endColumn": 18
}
Confused as to as how to update paths. I don.t recallpaths when I used your article on using VS and I followed and executed the example given. The the article on WEB serial and I got this far.
I have purchased 3 of your courses and found them to be excellent. I may have used this form only once in past because frankly there was no need to. Keep up the good work!