Web builder esp32 #821
-
|
Did something happen to the web builder? Yesterday it was working fine, today there's something strange when building for esp32: connection is greyed out (no USB, doesn't matter what board is selected) and as soon as SD card support is switched on, it's failing to build. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
|
I tried to compile it locally, with the same results. So might be some of yesterdays commits. |
Beta Was this translation helpful? Give feedback.
-
|
USB is only available for ESP32-S3 boards with the appropriate hardware, currently only the generic map for S3 with a dev board can have it enabled. |
Beta Was this translation helpful? Give feedback.
Fixed now, due to ESP32 using an older version of FatFS - surfaced due to adding the $FF command for formatting yesterday.