mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 08:15:22 +03:00
CF/BF - Add support for updated MSP_GPS_CONFIG in API v1.34.0
This commit is contained in:
parent
248f2ec727
commit
158b36cd9c
5 changed files with 48 additions and 2 deletions
2
js/fc.js
2
js/fc.js
|
@ -232,6 +232,8 @@ var FC = {
|
|||
GPS_CONFIG = {
|
||||
provider: 0,
|
||||
ublox_sbas: 0,
|
||||
auto_config: 0,
|
||||
auto_baud: 0,
|
||||
};
|
||||
|
||||
COMPASS_CONFIG = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue