|
|
|
|
@ -2317,6 +2317,8 @@ void get_tlm_fc() { // FunCube Mode telemetry generation
|
|
|
|
|
// source_bytes[0] = 0b11000001 ; // Sat Id is extended, Frame 2 (RT2 + WO2)
|
|
|
|
|
source_bytes[0] = 0xE0 | 0x20 | 0x00; // 1; // Sat Id is extended, Frame 34 (RT2 + IMG2)
|
|
|
|
|
|
|
|
|
|
source_bytes[0] = source_bytes[0] | ( 0x01 & (uint_8)(sequence % 2)) // alternate last bit for RT1, RT2.
|
|
|
|
|
|
|
|
|
|
// source_bytes[1] = 0x08 ; // extended Nayify - works per code
|
|
|
|
|
source_bytes[1] = 0x10 ; // extended JY-1 - works, no documentation
|
|
|
|
|
int extended = 1;
|
|
|
|
|
|