Update main.c don't read payload in BPSK mode for testing

beta-test
Alan Johnston 2 years ago committed by GitHub
parent 4193a285c6
commit 99f46ec929
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -642,7 +642,8 @@ int main(int argc, char * argv[]) {
}
if (payload == ON) { // moved to here
// if (payload == ON) { // moved to here
if ((payload == ON) && (mode != BPSK)) { // moved to here
STEMBoardFailure = 0;
printf("get_payload_status: %d \n", get_payload_serial(FALSE)); // not debug
fflush(stdout);

Loading…
Cancel
Save

Powered by TurnKey Linux.