We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c0fb4c commit 920ee2bCopy full SHA for 920ee2b
2 files changed
ports/espressif/boards/espressif_esp32p4_function_ev/mpconfigboard.h
@@ -15,3 +15,6 @@
15
16
#define DEFAULT_UART_BUS_RX (&pin_GPIO38)
17
#define DEFAULT_UART_BUS_TX (&pin_GPIO37)
18
+
19
+// Use the second USB device (numbered 0 and 1)
20
+#define CIRCUITPY_USB_DEVICE_INSTANCE 1
ports/espressif/mpconfigport.h
@@ -17,8 +17,6 @@
#define CIRCUITPY_DIGITALIO_HAVE_INPUT_ONLY (1)
-#define CIRCUITPY_USB_DEVICE_INSTANCE 1
21
-
22
#include "py/circuitpy_mpconfig.h"
23
24
#define MICROPY_NLR_SETJMP (1)
0 commit comments