Update main.c typo

fc-jy-2-step
Alan Johnston 11 months ago committed by GitHub
parent e9891db302
commit edfe69be92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2318,7 +2318,7 @@ void get_tlm_fc() { // FunCube Mode telemetry generation
// source_bytes[1] = 0x08 ; // extended Nayify - works per code
loop_count++;
uint8_t frame = loop_count % 5;
print ("frame: %x\n", frame);
printf("frame: %x\n", frame);
if (loop_count > 10)
source_bytes[0] = source_bytes[0] | frame;
source_bytes[1] = 0x10 ; // extended JY-1 - works, no documentation

Loading…
Cancel
Save

Powered by TurnKey Linux.