schnef
schnef
Thanks Paul, Good point. While reviewing the code I will try to fix that as well.
That's fast! I really appreciate your efforts! This is uncharted territory for me and I am very happy that a solution has been found.
Is there any more clarity on whether and how the problem can be solved? Many of the esp32 s2 boards, especially the cheaper ones, use the on-chip usb interface. I...
That would be great, thanks in advance
Got it working. Some notes: - on configuring the platform target, do select esp32s2 (`idf.py set-target esp32s2`) - added in AtomVM/src/platforms/esp32/main/nain.c a forward declaration `void init_usb_serial();` in the `#ifdef USE_USB_SERIAL`...