1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 01:05:27 +03:00

Fix GPS MSP message code for GPS signal strength indicators.

This commit is contained in:
Dominic Clifton 2015-01-04 09:34:56 +00:00
parent bfa689be40
commit 8257efffa8

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() {