Skip to content

Commit

Permalink
Update Hydra to use new TXEN->DIO2 macro (#2636)
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern committed Jul 22, 2023
1 parent fb21bfe commit 470363d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion variants/diy/hydra/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@
#define SX126X_DIO1 LORA_DIO1
#define SX126X_BUSY LORA_DIO2
#define SX126X_RESET LORA_RESET
#define SX126X_RXEN 14
#define SX126X_TXEN RADIOLIB_NC
#define E22_TXEN_CONNECTED_TO_DIO2 1

// Set lora.tx_power to 13 for Hydra or other E22 900M30S target due to PA
#define SX126X_MAX_POWER 13
#define SX126X_E22
#define SX126X_E22

0 comments on commit 470363d

Please sign in to comment.