don't test for payload if SSTV

pull/107/head
alanbjohnston 5 years ago committed by GitHub
parent db0471619e
commit 9cf859f8ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -440,7 +440,7 @@ int main(int argc, char * argv[]) {
// try connecting to STEM Payload board using UART // try connecting to STEM Payload board using UART
// /boot/config.txt and /boot/cmdline.txt must be set correctly for this to work // /boot/config.txt and /boot/cmdline.txt must be set correctly for this to work
if (!ax5043 && !vB3 && !(mode == CW)) // don't test if AX5043 is present if (!ax5043 && !vB3 && !(mode == CW) && (mode == SSTV)) // don't test for payload if AX5043 is present or CW or SSTV modes
{ {
payload = OFF; payload = OFF;

Loading…
Cancel
Save

Powered by TurnKey Linux.