It could well be your board is missing the 'DEFINES+=-DUSB_CDC', line? It's not in ESP32S3_IDF4.py as far as I can see.
'DEFINES+=-DUSB_CDC',
ESP32S3_IDF4.py
It hit me when building for another device as well - after @MaBe's change went in I wasn't expecting it to default to Serial rather than USB
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
It could well be your board is missing the
'DEFINES+=-DUSB_CDC',
line? It's not inESP32S3_IDF4.py
as far as I can see.It hit me when building for another device as well - after @MaBe's change went in I wasn't expecting it to default to Serial rather than USB