manuelbl / ttn-esp32

The Things Network device library for ESP32 (ESP-IDF) and SX127x based devices
MIT License
301 stars 64 forks source link

Add ::selectSubBand() to enable working with 8 Channel gateways. Add ::setDrTxPow() to allow setting a specific Data Rate and Transmit Power when not using ADR mode. #35

Closed dbowerman closed 1 year ago

dbowerman commented 3 years ago

Add ::selectSubBand() to enable working with 8 Channel gateways. Add ::setDrTxPow() to allow setting a specific Data Rate and Transmit Power when not using ADR mode.

manuelbl commented 2 years ago

I've decided to go with a slightly different implementation:

The changes are currently in the master branch. I would appreciate it if you could give it a test.