mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 19:40:31 +03:00
bump PG version to 1
This commit is contained in:
parent
77e58fb497
commit
a92630a5a2
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ rangefinder_t rangefinder;
|
||||||
#define RANGEFINDER_DYNAMIC_THRESHOLD 600 //Used to determine max. usable rangefinder disatance
|
#define RANGEFINDER_DYNAMIC_THRESHOLD 600 //Used to determine max. usable rangefinder disatance
|
||||||
#define RANGEFINDER_DYNAMIC_FACTOR 75
|
#define RANGEFINDER_DYNAMIC_FACTOR 75
|
||||||
|
|
||||||
PG_REGISTER_WITH_RESET_TEMPLATE(rangefinderConfig_t, rangefinderConfig, PG_RANGEFINDER_CONFIG, 0);
|
PG_REGISTER_WITH_RESET_TEMPLATE(rangefinderConfig_t, rangefinderConfig, PG_RANGEFINDER_CONFIG, 1);
|
||||||
|
|
||||||
PG_RESET_TEMPLATE(rangefinderConfig_t, rangefinderConfig,
|
PG_RESET_TEMPLATE(rangefinderConfig_t, rangefinderConfig,
|
||||||
.rangefinder_hardware = RANGEFINDER_NONE,
|
.rangefinder_hardware = RANGEFINDER_NONE,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue