Skip to content

Commit

Permalink
Smartport missing sensors fix
Browse files Browse the repository at this point in the history
Add missing *clearToSend = false;
  • Loading branch information
klutvott123 committed Jan 1, 2019
1 parent be797d1 commit df5483a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/telemetry/smartport.c
Expand Up @@ -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
Expand Down

0 comments on commit df5483a

Please sign in to comment.