We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e277f6 commit fcd5938Copy full SHA for fcd5938
ports/espressif/boards/wemos_lolin32_lite/mpconfigboard.h
@@ -32,6 +32,9 @@
32
#define MICROPY_HW_LED_STATUS (&pin_GPIO22)
33
#define MICROPY_HW_LED_STATUS_INVERTED (1)
34
35
+// For entering safe mode, use SW38 button
36
+#define CIRCUITPY_BOOT_BUTTON (&pin_GPIO0)
37
+
38
// UART pins attached to the USB-serial converter chip
39
#define CIRCUITPY_CONSOLE_UART_TX (&pin_GPIO1)
40
#define CIRCUITPY_CONSOLE_UART_RX (&pin_GPIO3)
0 commit comments