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 4ad7691 commit df06a2dCopy full SHA for df06a2d
ports/espressif/boards/adafruit_itsybitsy_esp32/mpconfigboard.h
@@ -46,7 +46,7 @@
46
#define CIRCUITPY_BOOT_BUTTON (&pin_GPIO35)
47
48
// Explanation of how a user got into safe mode
49
-#define BOARD_USER_SAFE_MODE_ACTION MP_ERROR_TEXT("You pressed the SW38 button at start up.")
+#define BOARD_USER_SAFE_MODE_ACTION MP_ERROR_TEXT("You pressed the boot button at start up.")
50
51
// UART pins attached to the USB-serial converter chip
52
#define CIRCUITPY_CONSOLE_UART_TX (&pin_GPIO1)
0 commit comments