Skip to content

Commit 3fcf5b5

Browse files
committed
fix(sensecap_solar): set P_LORA_TX_LED to 12 after LED remap
Align TX activity LED with LED_BLUE / variant.h after LED definition and power-button pin mapping changes.
1 parent 3751785 commit 3fcf5b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

variants/sensecap_solar/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build_flags = ${nrf52_base.build_flags}
1313
-D NRF52_POWER_MANAGEMENT
1414
-D RADIO_CLASS=CustomSX1262
1515
-D WRAPPER_CLASS=CustomSX1262Wrapper
16-
-D P_LORA_TX_LED=11
16+
-D P_LORA_TX_LED=12
1717
-D P_LORA_DIO_1=1
1818
-D P_LORA_RESET=2
1919
-D P_LORA_BUSY=3

0 commit comments

Comments
 (0)