File tree Expand file tree Collapse file tree 13 files changed +116
-82
lines changed
circuitplayground_express_crickit
circuitplayground_express_displayio
circuitplayground_express
unexpectedmaker_feathers2 Expand file tree Collapse file tree 13 files changed +116
-82
lines changed Original file line number Diff line number Diff line change 8
8
msgstr ""
9
9
"Project-Id-Version : PACKAGE VERSION\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2020-09-09 14:33-0700 \n "
11
+ "POT-Creation-Date : 2020-09-13 22:53+0530 \n "
12
12
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13
13
"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14
14
"
Language-Team :
LANGUAGE <[email protected] >\n "
@@ -30,12 +30,6 @@ msgid ""
30
30
"https://github.com/adafruit/circuitpython/issues\n"
31
31
msgstr ""
32
32
33
- #: supervisor/shared/safe_mode.c
34
- msgid ""
35
- "\n"
36
- "To exit, please reset the board without "
37
- msgstr ""
38
-
39
33
#: py/obj.c
40
34
msgid " File \" %q\" "
41
35
msgstr ""
@@ -1605,6 +1599,10 @@ msgid ""
1605
1599
"Timer was reserved for internal use - declare PWM pins earlier in the program"
1606
1600
msgstr ""
1607
1601
1602
+ #: supervisor/shared/safe_mode.c
1603
+ msgid "To exit, please reset the board without "
1604
+ msgstr ""
1605
+
1608
1606
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
1609
1607
msgid "Too many channels in sample."
1610
1608
msgstr ""
Original file line number Diff line number Diff line change 25
25
#define CALIBRATE_CRYSTALLESS 1
26
26
27
27
// Explanation of how a user got into safe mode.
28
- #define BOARD_USER_SAFE_MODE_ACTION "pressing both buttons at start up"
28
+ #define BOARD_USER_SAFE_MODE_ACTION "pressing both buttons at start up.\n "
29
29
30
30
// Increase stack size slightly due to CPX library import nesting
31
31
#define CIRCUITPY_DEFAULT_STACK_SIZE (4248) //divisible by 8
Original file line number Diff line number Diff line change 27
27
#define USER_NEOPIXELS_PIN (&pin_PB23)
28
28
29
29
// Explanation of how a user got into safe mode.
30
- #define BOARD_USER_SAFE_MODE_ACTION "pressing both buttons at start up"
30
+ #define BOARD_USER_SAFE_MODE_ACTION "pressing both buttons at start up.\n "
31
31
32
32
// Increase stack size slightly due to CPX library import nesting
33
33
#define CIRCUITPY_DEFAULT_STACK_SIZE (4248) // divisible by 8
Original file line number Diff line number Diff line change 25
25
#define CALIBRATE_CRYSTALLESS 1
26
26
27
27
// Explanation of how a user got into safe mode.
28
- #define BOARD_USER_SAFE_MODE_ACTION "pressing both buttons at start up"
28
+ #define BOARD_USER_SAFE_MODE_ACTION "pressing both buttons at start up.\n "
29
29
30
30
// Increase stack size slightly due to CPX library import nesting.
31
31
#define CIRCUITPY_DEFAULT_STACK_SIZE (4248) // divisible by 8
Original file line number Diff line number Diff line change 11
11
#define CALIBRATE_CRYSTALLESS 1
12
12
13
13
// Explanation of how a user got into safe mode.
14
- #define BOARD_USER_SAFE_MODE_ACTION "pressing both buttons at start up"
14
+ #define BOARD_USER_SAFE_MODE_ACTION "pressing both buttons at start up.\n "
15
15
16
16
#define DEFAULT_I2C_BUS_SCL (&pin_PA08)
17
17
#define DEFAULT_I2C_BUS_SDA (&pin_PA09)
Original file line number Diff line number Diff line change 11
11
#define CALIBRATE_CRYSTALLESS 1
12
12
13
13
// Explanation of how a user got into safe mode.
14
- #define BOARD_USER_SAFE_MODE_ACTION "pressing both buttons at start up"
14
+ #define BOARD_USER_SAFE_MODE_ACTION "pressing both buttons at start up.\n "
15
15
16
16
#define DEFAULT_I2C_BUS_SCL (&pin_PA01)
17
17
#define DEFAULT_I2C_BUS_SDA (&pin_PA00)
Original file line number Diff line number Diff line change 29
29
#define MICROPY_HW_BOARD_NAME "BastWiFi"
30
30
#define MICROPY_HW_MCU_NAME "ESP32S2"
31
31
32
+ #define CIRCUITPY_BOOT_BUTTON (&pin_GPIO0)
33
+
34
+ #define BOARD_USER_SAFE_MODE_ACTION "pressing boot button at start up.\n"
35
+
32
36
#define AUTORESET_DELAY_MS 500
Original file line number Diff line number Diff line change 31
31
32
32
#define MICROPY_HW_NEOPIXEL (&pin_GPIO45)
33
33
34
+ #define CIRCUITPY_BOOT_BUTTON (&pin_GPIO0)
35
+
36
+ #define BOARD_USER_SAFE_MODE_ACTION "pressing boot button at start up.\n"
37
+
34
38
#define AUTORESET_DELAY_MS 500
Original file line number Diff line number Diff line change 31
31
32
32
#define MICROPY_HW_NEOPIXEL (&pin_GPIO18)
33
33
34
+ #define CIRCUITPY_BOOT_BUTTON (&pin_GPIO0)
35
+
36
+ #define BOARD_USER_SAFE_MODE_ACTION "pressing boot button at start up.\n"
37
+
34
38
#define AUTORESET_DELAY_MS 500
Original file line number Diff line number Diff line change 31
31
32
32
#define MICROPY_HW_NEOPIXEL (&pin_GPIO18)
33
33
34
+ #define CIRCUITPY_BOOT_BUTTON (&pin_GPIO0)
35
+
36
+ #define BOARD_USER_SAFE_MODE_ACTION "pressing boot button at start up.\n"
37
+
34
38
#define AUTORESET_DELAY_MS 500
You can’t perform that action at this time.
0 commit comments