mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Rename sx126x_rx_boosted_gain to rx_boosted_gain
This commit is contained in:
parent
8df87d5609
commit
f858f2e4bb
6 changed files with 18 additions and 18 deletions
|
|
@ -57,7 +57,7 @@ struct NodePrefs { // persisted to file
|
|||
uint32_t discovery_mod_timestamp;
|
||||
float adc_multiplier;
|
||||
char owner_info[120];
|
||||
uint8_t sx126x_rx_boosted_gain; // power settings
|
||||
uint8_t rx_boosted_gain; // power settings
|
||||
uint8_t path_hash_mode; // which path mode to use when sending
|
||||
uint8_t loop_detect;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue