Enabling USB CDC on Boot on ESP32-C3 Devkit

I’m trying to get Serial communication working over the ESP32-C3’s built in JTAG/CDC interface but can’t seem to get it working. I’m just using a basic program to print “Hello World” to the serial monitor repeatedy. I can upload the code without issues, but the serial print statements in my code ar…