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:
commit
4de6fbae5c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue