You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PlatformIO Core.
If you’ve found a bug, please provide an information below.
You can erase any parts of this template not applicable to your Issue.
Configuration
Operating system: Windows 11
PlatformIO Version (platformio --version): 6.1.9
Description of problem
The screen gets stuck at the 'Please Wait' window. On clicking somewhere else, the 'Please Wait' window disappears and the project can be seen to be created.
Steps to Reproduce
Create a project on esp32 wroom devkit (not sure if this will reproduce the issue)
Actual Results
The main.cpp file also doesn't show up in the ./src folder
I tried manually creating the main.cpp file and adding some code. It does not recognize the Arduino.h file when I do a #include. Neither does it recognize the Wifi.h file. These are files that were always recognized by default.
Expected Results
The window should close and the project tab should open up.
What kind of issue is this?
If you’ve found a bug, please provide an information below.
You can erase any parts of this template not applicable to your Issue.
Configuration
Operating system: Windows 11
PlatformIO Version (
platformio --version
): 6.1.9Description of problem
The screen gets stuck at the 'Please Wait' window. On clicking somewhere else, the 'Please Wait' window disappears and the project can be seen to be created.
Steps to Reproduce
Actual Results
The main.cpp file also doesn't show up in the ./src folder
I tried manually creating the main.cpp file and adding some code. It does not recognize the Arduino.h file when I do a #include. Neither does it recognize the Wifi.h file. These are files that were always recognized by default.
Expected Results
The window should close and the project tab should open up.
If problems with PlatformIO Build System:
The content of
platformio.ini
:The text was updated successfully, but these errors were encountered: