Update main.c

pull/58/head
alanbjohnston 5 years ago committed by GitHub
parent ace16f6f9f
commit e2444b7035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1051,10 +1051,11 @@ if (payload == ON)
{
if (token != NULL)
token = strtok(NULL, space);
// if (count1 == 3)
if (count1 == 3)
// RXTemperature = atof(token);
printf("RXTemperature: %s \n", token);
}
printf("RXTemperature: %f \n", RXTemperature);
if (token != NULL)
{

Loading…
Cancel
Save

Powered by TurnKey Linux.