|
|
|
|
@ -142,7 +142,7 @@ void transmit_on();
|
|
|
|
|
void transmit_off();
|
|
|
|
|
void config_telem();
|
|
|
|
|
void config_simulated_telem();
|
|
|
|
|
void generate_simualted_telem();
|
|
|
|
|
void generate_simulated_telem();
|
|
|
|
|
void process_pushbutton();
|
|
|
|
|
void blinkTimes(int blinks);
|
|
|
|
|
void blink_pin(int pin, int duration);
|
|
|
|
|
@ -217,7 +217,7 @@ int uart_fd;
|
|
|
|
|
int reset_count = 0;
|
|
|
|
|
float uptime_sec = 1000;
|
|
|
|
|
long int uptime = 1000;
|
|
|
|
|
char call[5];
|
|
|
|
|
//char call[5];
|
|
|
|
|
char sim_yes[10];
|
|
|
|
|
|
|
|
|
|
int mode = BPSK; // SSTV;
|
|
|
|
|
|