1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

Merge pull request #7322 from klutvott123/Smartport-missing-sensors-fix

Smartport missing sensors fix
This commit is contained in:
Michael Keller 2019-01-09 00:10:09 +13:00 committed by GitHub
commit 4de6fbae5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -799,7 +799,7 @@ void processSmartPortTelemetry(smartPortPayload_t *payload, volatile bool *clear
#if defined(USE_ADC_INTERNAL)
case FSSP_DATAID_T11 :
smartPortSendPackage(id, getCoreTemperatureCelsius());
*clearToSend = false;
break;
#endif
#ifdef USE_GPS