Fix GPS MSP message code for GPS signal strength indicators.

10.3.x-maintenance
Dominic Clifton 2015-01-04 09:34:56 +00:00
parent bfa689be40
commit 8257efffa8
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ TABS.gps.initialize = function (callback) {
}
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() {