-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Describe the bug
A clear and concise description of what the bug is.
Short Summary of the expected behavior:
Load the File System files into the target
Short Summary of the buggy behavior:
The IDE reported failed to connect to the ESP32. It was trying the wrong COM port!
Expected behavior
A clear and concise description of what you expected to happen.
I expected the IDE to load into the COM port I selected, COM 16 in this case.
Screenshots
If applicable, add screenshots to help explain your problem.
Containment, aka Work around
Lee hardcoded COM16 into the platformio.ini file and the IDE loaded the file system into the target. As confirmed by later navigating to the served web page.
Root Cause
Not known.
I never had to do this before. WHY? What has changed?
Is there something that will fix the auto detection?