Permanently engage !CTRL

switching RXEN is not fast enough and not in sync with DIO2. This pin needs to be permanently encabled, like on RAK4631.
This commit is contained in:
Thomas Göttgens 2024-10-11 16:29:16 +02:00 committed by Tom Fifield
parent a8c216f4f8
commit 4e4431560e

View File

@ -55,6 +55,6 @@
#define SX126X_BUSY LORA_BUSY #define SX126X_BUSY LORA_BUSY
#define SX126X_RESET LORA_RESET #define SX126X_RESET LORA_RESET
#define SX126X_DIO2_AS_RF_SWITCH // Antenna switch CTRL #define SX126X_DIO2_AS_RF_SWITCH // Antenna switch CTRL
#define SX126X_RXEN LORA_DIO4 // Antenna switch !CTRL via GPIO17 #define SX126X_POWER_EN LORA_DIO4 // Antenna switch !CTRL via GPIO17
// #define SX126X_DIO3_TCXO_VOLTAGE 1.8 // #define SX126X_DIO3_TCXO_VOLTAGE 1.8
#endif #endif