Update main.c turn payload back on for BPSK

beta-test
Alan Johnston 2 years ago committed by GitHub
parent 9bf105ee94
commit aa9050d22d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -642,8 +642,8 @@ int main(int argc, char * argv[]) {
}
// if (payload == ON) { // moved to here
if ((payload == ON) && (mode != BPSK)) { // 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.