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