|
|
|
@ -2314,13 +2314,13 @@ void get_tlm_fc() { // FunCube Mode telemetry generation
|
|
|
|
source_bytes[0] = 0b00000001 ; // Sat Id is FunCube-EM
|
|
|
|
source_bytes[0] = 0b00000001 ; // Sat Id is FunCube-EM
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
#ifdef JY_1
|
|
|
|
#ifdef JY_1
|
|
|
|
source_bytes[0] = 0b11000001 ; // Sat Id is extended
|
|
|
|
// source_bytes[0] = 0b11000001 ; // Sat Id is extended
|
|
|
|
|
|
|
|
source_bytes[0] = 0b11000000 ; // Sat Id is extended
|
|
|
|
// source_bytes[1] = 0x08 ; // extended Nayify - works per code
|
|
|
|
// source_bytes[1] = 0x08 ; // extended Nayify - works per code
|
|
|
|
loop_count++;
|
|
|
|
loop_count++;
|
|
|
|
uint8_t frame = loop_count % 5;
|
|
|
|
uint8_t frame = loop_count / 5;
|
|
|
|
printf("frame: %x\n", frame);
|
|
|
|
printf("frame: %x\n", frame);
|
|
|
|
if (loop_count > 10)
|
|
|
|
source_bytes[0] = source_bytes[0] | frame;
|
|
|
|
source_bytes[0] = source_bytes[0] | frame;
|
|
|
|
|
|
|
|
source_bytes[1] = 0x10 ; // extended JY-1 - works, no documentation
|
|
|
|
source_bytes[1] = 0x10 ; // extended JY-1 - works, no documentation
|
|
|
|
int extended = 1;
|
|
|
|
int extended = 1;
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|