Update main.c fix FC_PAYLOAD

fc-jy-img
Alan Johnston 11 months ago committed by GitHub
parent 28a7318db8
commit 6401fd236e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2333,7 +2333,7 @@ void get_tlm_fc() { // FunCube Mode telemetry generation
printf("Opening file image_file.bin for image_id: %d\n", image_id);
}
// }
int pos = FC_PAYLOAD + extended; /
int pos = FC_PAYLOAD + extended;
int value;
if (image_file != NULL) {
printf("Writing image data to payload\n");

Loading…
Cancel
Save

Powered by TurnKey Linux.