Update main.c fix typo

master-fsk-cw
Alan Johnston 2 weeks ago committed by GitHub
parent dda98502fb
commit ac0a351c1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -333,7 +333,7 @@ int main(int argc, char * argv[]) {
cmdbuffer[0] = '\0';
gps_status = OFF;
FILE *gps_read = NULL;
if ((mode == AFSK) || (mode == CW) || mode == SSTV))
if ((mode == AFSK) || (mode == CW) || (mode == SSTV))
{
gps_read = sopen("python3 /home/pi/CubeSatSim/gps_client.py"); // python sensor polling function

Loading…
Cancel
Save

Powered by TurnKey Linux.