-
-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update pypackage set txpower per nrf/inverter
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)
- Loading branch information
1 parent
93b3f02
commit 8be8223
Showing
3 changed files
with
34 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters