mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-17 05:15:21 +03:00
Fix galileo and home point once as per review
This commit is contained in:
parent
a656dc2f5b
commit
77dfd8eaa8
3 changed files with 10 additions and 10 deletions
|
@ -301,8 +301,8 @@ var FC = {
|
|||
ublox_sbas: 0,
|
||||
auto_config: 0,
|
||||
auto_baud: 0,
|
||||
home_point_once: false,
|
||||
ublox_use_galileo: false,
|
||||
home_point_once: 0,
|
||||
ublox_use_galileo: 0,
|
||||
};
|
||||
|
||||
COMPASS_CONFIG = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue