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)
{
@ -3539,7 +3540,8 @@ void start_button_isr() {
Serial.println(F("Can't set ITimer1. Select another Timer, freq. or timer"));
}
/*
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

Loading…
Cancel
Save

Powered by TurnKey Linux.