Skip to content

Commit 74818d0

Browse files
committed
fix: change GPS pins
Pin 45 and 46 are strapping pins on ESP32-S3, which can lead to unintended consequences on boot. I have amended the pins and added an enable pin as well.
1 parent 79a75b8 commit 74818d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

variants/heltec_v3/platformio.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ build_flags =
2323
-D ENV_INCLUDE_INA3221=1
2424
-D ENV_INCLUDE_INA219=1
2525
-D ENV_INCLUDE_GPS=1
26-
-D PIN_GPS_RX=45
27-
-D PIN_GPS_TX=46
28-
-D PIN_GPS_EN=-1
26+
-D PIN_GPS_RX=47
27+
-D PIN_GPS_TX=48
28+
-D PIN_GPS_EN=46
2929
build_src_filter = ${esp32_base.build_src_filter}
3030
+<../variants/heltec_v3>
3131
+<helpers/sensors>

0 commit comments

Comments
 (0)