Update main.c removed XS1-3 dummy data

beta-ft
Alan Johnston 1 year ago committed by GitHub
parent 8f75e48bf2
commit 4bb23e2582
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -708,9 +708,7 @@ int main(int argc, char * argv[]) {
token = strtok(NULL, space);
}
}
sensor[XS1] = 100;
sensor[XS2] = 200;
sensor[XS3] = 300;
printf("\n");
// if (sensor[GPS1] != 0) {
if ((sensor[GPS1] > -90.0) && (sensor[GPS1] < 90.0) && (sensor[GPS1] != 0.0)) {

Loading…
Cancel
Save

Powered by TurnKey Linux.