Update main.c

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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.