wokwi / wokwi-cli

Wokwi Command Line Interface (for CI use cases)
MIT License
18 stars 6 forks source link

Console logs with ESP32-S3-BOX simulations are not visible in VS Code #23

Closed georgik closed 1 month ago

georgik commented 1 month ago

Describe the bug Console logs with ESP32-S3-BOX are not visible in VS Code simulation.

To Reproduce

Expected behavior Console should contain logs like:

I (26) boot: ESP-IDF v5.4-dev-2744-g59e1838270 2nd stage bootloader
I (26) boot: compile time Sep  8 2024 06:18:33
I (27) boot: Multicore bootloader
I (31) boot: chip revision: v0.1
I (35) boot: efuse block revision: v1.2
I (39) boot.esp32s3: Boot SPI Speed : 80MHz
I (44) boot.esp32s3: SPI Mode       : DIO
I (49) boot.esp32s3: SPI Flash

Environment (please complete the following information):

urish commented 1 month ago

Thanks for reporting! The serial pins were not connected correctly in the generated diagram.json. Can you please test again with version 0.14.1 of the wokwi-cli and report back?

georgik commented 1 month ago

Perfect. Works, like a charm.