From e838f405a788eee1a557850f68549491d54ac358 Mon Sep 17 00:00:00 2001 From: Scott Powell Date: Mon, 20 Jan 2025 23:32:02 +1100 Subject: [PATCH] * sx126x TX power boost for RAK target --- platformio.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/platformio.ini b/platformio.ini index 7636f856..74d06970 100644 --- a/platformio.ini +++ b/platformio.ini @@ -206,6 +206,7 @@ build_flags = -D RADIO_CLASS=CustomSX1262 -D WRAPPER_CLASS=CustomSX1262Wrapper -D LORA_TX_POWER=22 + -D SX126X_CURRENT_LIMIT=130 -D ADVERT_NAME="\"RAK4631 Repeater\"" -D ADVERT_LAT=-37.0 -D ADVERT_LON=145.0