Skip to content

Commit df06a2d

Browse files
committed
edit safe mode message
1 parent 4ad7691 commit df06a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/espressif/boards/adafruit_itsybitsy_esp32/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
#define CIRCUITPY_BOOT_BUTTON (&pin_GPIO35)
4747

4848
// 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.")
49+
#define BOARD_USER_SAFE_MODE_ACTION MP_ERROR_TEXT("You pressed the boot button at start up.")
5050

5151
// UART pins attached to the USB-serial converter chip
5252
#define CIRCUITPY_CONSOLE_UART_TX (&pin_GPIO1)

0 commit comments

Comments
 (0)