fixed write_wave

pull/211/head
alanbjohnston 3 years ago committed by GitHub
parent 09a3219592
commit 591cff4b0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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) if (mode == FSK)
{ {
@ -3540,6 +3541,7 @@ void start_button_isr() {
} }
/*
void client_print_string(char *string) void client_print_string(char *string)
{ {
int count = 0; int count = 0;
@ -3550,7 +3552,6 @@ void client_print_string(char *string)
client.println(" "); client.println(" ");
} }
/*
bool check_for_wifi() { bool check_for_wifi() {
#ifndef PICO_W #ifndef PICO_W

Loading…
Cancel
Save

Powered by TurnKey Linux.