From c7cbd1a3b393e03bab637ed535d23b0b0ea98828 Mon Sep 17 00:00:00 2001 From: Scott Powell Date: Mon, 3 Mar 2025 12:52:39 +1100 Subject: [PATCH] * HOTIFX: HeltecV3, SDA/SCL pin defines --- platformio.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platformio.ini b/platformio.ini index 48b83dc6..9294d157 100644 --- a/platformio.ini +++ b/platformio.ini @@ -111,6 +111,8 @@ build_flags = -D WRAPPER_CLASS=CustomSX1262Wrapper -D LORA_TX_POWER=22 -D P_LORA_TX_LED=35 + -D PIN_BOARD_SDA=17 + -D PIN_BOARD_SCL=18 -D SX126X_DIO2_AS_RF_SWITCH=true -D SX126X_DIO3_TCXO_VOLTAGE=1.8 -D SX126X_CURRENT_LIMIT=130.0f ; for best TX power!