@ -1333,7 +1333,8 @@ void get_tlm_fox() {
}
void write_wave(int i, short int *buffer)
//void write_wave(int i, short int *buffer)
void write_wave(int i, byte *buffer)
{
if (mode == FSK)
@ -3540,6 +3541,7 @@ void start_button_isr() {
/*
void client_print_string(char *string)
int count = 0;
@ -3550,7 +3552,6 @@ void client_print_string(char *string)
client.println(" ");
bool check_for_wifi() {
#ifndef PICO_W
Powered by TurnKey Linux.