added transmit_off when changing mode via serial input

pull/177/head
alanbjohnston 3 years ago committed by GitHub
parent c378dba485
commit ed20a2def8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3703,6 +3703,9 @@ void serial_input() {
break;
}
if (new_mode != mode)
transmit_off();
sleep(2.0);
}
}
}

Loading…
Cancel
Save

Powered by TurnKey Linux.