Skip to content

Commit

Permalink
Merge pull request #5036 from meshtastic/caveman99-patch-1
Browse files Browse the repository at this point in the history
Permanently engage !CTRL
  • Loading branch information
caveman99 authored Oct 12, 2024
2 parents 363fd8a + 323e750 commit 48d8b85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions variants/rp2040-lora/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
#define SX126X_DIO1 LORA_DIO1
#define SX126X_BUSY LORA_BUSY
#define SX126X_RESET LORA_RESET
#define SX126X_DIO2_AS_RF_SWITCH // Antenna switch CTRL
#define SX126X_RXEN LORA_DIO4 // Antenna switch !CTRL via GPIO17
#define SX126X_DIO2_AS_RF_SWITCH // Antenna switch CTRL
#define SX126X_POWER_EN LORA_DIO4 // Antenna switch !CTRL via GPIO17
// #define SX126X_DIO3_TCXO_VOLTAGE 1.8
#endif
#endif

0 comments on commit 48d8b85

Please sign in to comment.