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

Commit

Permalink
Changed safeboot pin to GPIO25
Browse files Browse the repository at this point in the history
On T-Beam V1 IO21 is pulled up to 3v3 causing MicroPython to safe boot.
  • Loading branch information
nunomcruz committed Feb 13, 2020
1 parent 3424cb0 commit 601454a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp32/boards/TBEAMv1/mpconfigboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#define MICROPY_HW_BOARD_NAME "TBEAMv1"
#define MICROPY_PY_SYS_PLATFORM "TBEAMv1"
#define MICROPY_HW_HB_PIN_NUM (0)
#define MICROPY_HW_SAFE_PIN_NUM (21)
#define MICROPY_HW_SAFE_PIN_NUM (25)

#define DEFAULT_AP_SSID "TBEAMv1-wlan"

Expand Down

0 comments on commit 601454a

Please sign in to comment.