Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 6376ea4

Browse files
authored
Changed safeboot pin to GPIO25
On T-Beam V1 IO21 is pulled up to 3v3 causing MicroPython to safe boot.
1 parent 36c654d commit 6376ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp32/boards/TBEAMv1/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#define MICROPY_HW_BOARD_NAME "TBEAMv1"
1313
#define MICROPY_PY_SYS_PLATFORM "TBEAMv1"
1414
#define MICROPY_HW_HB_PIN_NUM (0)
15-
#define MICROPY_HW_SAFE_PIN_NUM (21)
15+
#define MICROPY_HW_SAFE_PIN_NUM (25)
1616

1717
#define DEFAULT_AP_SSID "TBEAMv1-wlan"
1818

0 commit comments

Comments
 (0)