Update main.c missing {

old-payload
Alan Johnston 2 months ago committed by GitHub
parent 7868d1d3da
commit 6d8de895fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2314,7 +2314,7 @@ if ((uart_fd = serialOpen("/dev/ttyAMA0", 115200)) >= 0) { // was 9600
} else } else
printf("Can't open serial to payload"); printf("Can't open serial to payload");
if ((buffer2[0] == 'O') && (buffer2[1] == 'K')) // { if ((buffer2[0] == 'O') && (buffer2[1] == 'K')) {
// printf("\nSTEM Payload is present!\n"); // printf("\nSTEM Payload is present!\n");
// sleep(2); // delay to give payload time to get ready // sleep(2); // delay to give payload time to get ready
return (TRUE); return (TRUE);

Loading…
Cancel
Save

Powered by TurnKey Linux.