Update main.c if not simulated camera fail, use real camera test

master-psag-fm-only-fsk
Alan Johnston 1 week ago committed by GitHub
parent e06b1b7794
commit 8ec771fb93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1573,10 +1573,14 @@ void get_tlm_fox() {
payload = OFF; payload = OFF;
printf("Payload Simulated Failure!\n"); printf("Payload Simulated Failure!\n");
} }
if (failureMode == FAIL_CAMERA) { if (failureMode == FAIL_CAMERA) {
cam = OFF; cam = OFF;
printf("Camera Simulated Failure!\n"); printf("Camera Simulated Failure!\n");
} }
else {
cam = camera;
}
if (mode == FSK) if (mode == FSK)
id = 7; id = 7;

Loading…
Cancel
Save

Powered by TurnKey Linux.