copied from other

pico-v0.12 v0.12
alanbjohnston 3 years ago committed by GitHub
parent 967f2795e5
commit c53d58a233
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;

Loading…
Cancel
Save

Powered by TurnKey Linux.