Update main.c print sensor[ALT]

pull/392/head
Alan Johnston 4 months ago committed by GitHub
parent 4421f5a9d1
commit 704ce85fda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1394,6 +1394,8 @@ void get_tlm_fox() {
printf("Camera Simulated Failure!\n"); printf("Camera Simulated Failure!\n");
} }
printf("Sensor ALT: %f\n", sensor[ALT]);
if (mode == FSK) if (mode == FSK)
id = 7; id = 7;
else else

Loading…
Cancel
Save

Powered by TurnKey Linux.