mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 09:45:37 +03:00
Fix GPS MSP message code for GPS signal strength indicators.
This commit is contained in:
parent
bfa689be40
commit
8257efffa8
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ TABS.gps.initialize = function (callback) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function get_gpsvinfo_data() {
|
function get_gpsvinfo_data() {
|
||||||
MSP.send_message(MSP_codes.MSP_GPSSVINFO, false, false, update_ui);
|
MSP.send_message(MSP_codes.MSP_GPS_SV_INFO, false, false, update_ui);
|
||||||
}
|
}
|
||||||
|
|
||||||
function update_ui() {
|
function update_ui() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue