Update main.c

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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.