Browse Source
Merge pull request #481 from oltaco/heltecV3-gps_pin_fix
fix: Heltec V3 amended GPS pins
pull/482/head
ripplebiz
11 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
3 deletions
-
variants/heltec_v3/platformio.ini
|
|
@ -23,9 +23,9 @@ build_flags = |
|
|
-D ENV_INCLUDE_INA3221=1 |
|
|
-D ENV_INCLUDE_INA3221=1 |
|
|
-D ENV_INCLUDE_INA219=1 |
|
|
-D ENV_INCLUDE_INA219=1 |
|
|
-D ENV_INCLUDE_GPS=1 |
|
|
-D ENV_INCLUDE_GPS=1 |
|
|
-D PIN_GPS_RX=45 |
|
|
-D PIN_GPS_RX=47 |
|
|
-D PIN_GPS_TX=46 |
|
|
-D PIN_GPS_TX=48 |
|
|
-D PIN_GPS_EN=-1 |
|
|
-D PIN_GPS_EN=26 |
|
|
build_src_filter = ${esp32_base.build_src_filter} |
|
|
build_src_filter = ${esp32_base.build_src_filter} |
|
|
+<../variants/heltec_v3> |
|
|
+<../variants/heltec_v3> |
|
|
+<helpers/sensors> |
|
|
+<helpers/sensors> |
|
|
|