Skip to content

Commit

Permalink
Merge pull request #5095 from meshtastic/revert-5036-caveman99-patch-1
Browse files Browse the repository at this point in the history
Revert "Permanently engage !CTRL"
  • Loading branch information
caveman99 authored Oct 19, 2024
2 parents a27f9fc + 304f26b commit b1b6bce
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_POWER_EN LORA_DIO4 // Antenna switch !CTRL via GPIO17
#define SX126X_DIO2_AS_RF_SWITCH // Antenna switch CTRL
#define SX126X_RXEN LORA_DIO4 // Antenna switch !CTRL via GPIO17
// #define SX126X_DIO3_TCXO_VOLTAGE 1.8
#endif
#endif

0 comments on commit b1b6bce

Please sign in to comment.