File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
ports/espressif/boards/m5stack_atom_lite Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -2642,7 +2642,7 @@ msgstr ""
2642
2642
msgid "can't set 512 block size"
2643
2643
msgstr ""
2644
2644
2645
- #: py/objnamedtuple.c
2645
+ #: py/objexcept.c py/ objnamedtuple.c
2646
2646
msgid "can't set attribute"
2647
2647
msgstr ""
2648
2648
@@ -3844,6 +3844,10 @@ msgstr ""
3844
3844
msgid "pressing both buttons at start up.\n"
3845
3845
msgstr ""
3846
3846
3847
+ #: ports/espressif/boards/m5stack_atom_lite/mpconfigboard.h
3848
+ msgid "pressing central button at start up.\n"
3849
+ msgstr ""
3850
+
3847
3851
#: ports/nrf/boards/aramcon2_badge/mpconfigboard.h
3848
3852
msgid "pressing the left button at start up\n"
3849
3853
msgstr ""
Original file line number Diff line number Diff line change 38
38
#define CIRCUITPY_BOARD_SPI (1)
39
39
#define CIRCUITPY_BOARD_SPI_PIN {{.clock = &pin_GPIO18, .mosi = &pin_GPIO23, .miso = &pin_GPIO19}}
40
40
41
+ // For entering safe mode
42
+ #define CIRCUITPY_BOOT_BUTTON (&pin_GPIO39)
43
+
44
+ // Explanation of how a user got into safe mode
45
+ #define BOARD_USER_SAFE_MODE_ACTION translate("pressing central button at start up.\n")
46
+
41
47
// UART pins attached to the USB-serial converter chip
42
48
#define CIRCUITPY_CONSOLE_UART_TX (&pin_GPIO1)
43
49
#define CIRCUITPY_CONSOLE_UART_RX (&pin_GPIO3)
You can’t perform that action at this time.
0 commit comments