Add support for RAK6421 with RAK13300x radios and enhance configuration options

- Introduced `en_pin` and `en_pins` parameters in radio configuration.
- Updated `get_radio_for_board` to handle new configuration options.
- Added unit tests to verify correct handling of `en_pins`.
This commit is contained in:
Rightup
2026-04-26 15:52:27 +01:00
parent 8ab7bad173
commit d780afa56a
6 changed files with 123 additions and 6 deletions
+4
View File
@@ -251,6 +251,10 @@ sx1262:
txen_pin: -1
rxen_pin: -1
# Optional radio power-enable pin(s) driven HIGH during init
en_pin: -1
# en_pins: [26, 23]
# LED pins for TX/RX indication (-1 to disable)
txled_pin: -1
rxled_pin: -1