mirror of
https://github.com/pyMC-dev/pyMC_Repeater.git
synced 2026-07-06 18:01:34 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user