fix: revert swapped GPS pins

reverted GPS pin behaviour and swapped GPS pins for tbeam variants.
This commit is contained in:
taco
2025-06-24 12:39:07 +10:00
والد 6d8fae26da
کامیت 84c2cfdcf2
4فایلهای تغییر یافته به همراه7 افزوده شده و 7 حذف شده
@@ -16,8 +16,8 @@ build_flags =
-D P_LORA_TX_LED=4
-D PIN_BOARD_SDA=21
-D PIN_BOARD_SCL=22
-D PIN_GPS_RX=34
-D PIN_GPS_TX=12
-D PIN_GPS_RX=12
-D PIN_GPS_TX=34
-D PIN_USER_BTN=38
-D ENV_INCLUDE_GPS=1
build_src_filter = ${esp32_base.build_src_filter}