Moved LoRa GPIOs to platformio.ini for TBeam boards

This commit is contained in:
Kevin Le
2026-02-14 20:49:07 +07:00
parent 71e044ff60
commit daaeaafca1
7 changed files with 41 additions and 10 deletions

View File

@@ -5,6 +5,13 @@ build_flags =
${esp32_base.build_flags}
-I variants/lilygo_tbeam_supreme_SX1262
-D TBEAM_SUPREME_SX1262
-D P_LORA_DIO_0=26
-D P_LORA_DIO_1=33
-D P_LORA_NSS=18
-D P_LORA_RESET=23
-D P_LORA_SCLK=5
-D P_LORA_MISO=19
-D P_LORA_MOSI=27
-D SX126X_CURRENT_LIMIT=140
-D SX126X_RX_BOOSTED_GAIN=1
-D USE_SX1262