Update main.c don't do 55 and 68

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

@ -2326,9 +2326,9 @@ void get_tlm_fc() { // FunCube Mode telemetry generation
image_id++;
printf("Opening file image_file.bin for image_id: %d\n", image_id);
}
int pos = 56;
source_bytes[pos++] = 0x55;
source_bytes[pos++] = 0x68;
int pos = 56; // 56
// source_bytes[pos++] = 0x55;
// source_bytes[pos++] = 0x68;
int value;
if (image_file != NULL) {
printf("Writing image data to payload\n");

Loading…
Cancel
Save

Powered by TurnKey Linux.