Skip to content

Commit cf35dad

Browse files
authored
Merge pull request #481 from oltaco/heltecV3-gps_pin_fix
fix: Heltec V3 amended GPS pins
2 parents 484b7b8 + 2bb7e6d commit cf35dad

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=26
2929
build_src_filter = ${esp32_base.build_src_filter}
3030
+<../variants/heltec_v3>
3131
+<helpers/sensors>

0 commit comments

Comments
 (0)