mirror of https://github.com/lumapu/ahoy.git
Browse Source
Add config parameter `txpower` in inverters- and nrf context. This enables overriding txpower default RF24_PA_MAX, in some cases inverters require RF24_PA_LOW. For larger setups, txpower can be set per inverter to be able to query a far away (max) and a near by (low) one from within one instance. Valid values can be: * `txpower: 'max'` (corresponds to RF24_PA_MAX, default) * `txpower: 'low'` (corresponds to RF24_PA_LOW)pull/51/head
3 changed files with 34 additions and 15 deletions
Loading…
Reference in new issue