1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-24 00:35:34 +03:00

Merge pull request #3043 from iNavFlight/agh_sport_disable_unused

Remove FSSP_DATAID_A3 from the smartport sensor array
This commit is contained in:
Konstantin Sharlaimov 2018-04-14 18:19:08 +10:00 committed by GitHub
commit c93c2e3584
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,7 +113,7 @@ const uint16_t frSkyDataIdTable[] = {
FSSP_DATAID_HOME_DIST ,
FSSP_DATAID_GPS_ALT ,
FSSP_DATAID_ASPD ,
FSSP_DATAID_A3 ,
// FSSP_DATAID_A3 ,
FSSP_DATAID_A4 ,
0
};