Update main.c remove duplicate 55 and 68

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

@ -2329,8 +2329,8 @@ void get_tlm_fc() { // FunCube Mode telemetry generation
}
}
int pos = 56; // 56
source_bytes[pos++] = 0x55;
source_bytes[pos++] = 0x68;
// 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.