Skip to content

Commit 2e3c1a6

Browse files
mhmayyanfpistm
authored andcommitted
Change LORAWAN_RFSWITCH_RFO_LP_VALUES to LOW,HIGH
The Seeed LORA-E5 supports only high-power transmission. Signed-off-by: Mohammad Mayyan <mhmayyan@gmail.com>
1 parent e1051b4 commit 2e3c1a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

variants/STM32WLxx/WL54JCI_WL55JCI_WLE4J(8-B-C)I_WLE5J(8-B-C)I/variant_LORA_E5_MINI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
#define LORAWAN_RFSWITCH_PIN_COUNT 2
175175
#define LORAWAN_RFSWITCH_OFF_VALUES LOW,LOW
176176
#define LORAWAN_RFSWITCH_RX_VALUES HIGH,LOW
177-
#define LORAWAN_RFSWITCH_RFO_LP_VALUES HIGH,HIGH
177+
#define LORAWAN_RFSWITCH_RFO_LP_VALUES LOW,HIGH
178178
#define LORAWAN_RFSWITCH_RFO_HP_VALUES LOW,HIGH
179179

180180
/*----------------------------------------------------------------------------

0 commit comments

Comments
 (0)