don't check for wifi

pico-v0.1
alanbjohnston 4 years ago committed by GitHub
parent 0896e06d31
commit 9dadd56631
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -106,12 +106,12 @@ void setup() {
// program Transceiver board
config_radio();
/*
if (check_for_wifi()) {
wifi = true;
configure_wifi();
}
*/
start_button_isr();
char call[] = "AMSAT";

Loading…
Cancel
Save

Powered by TurnKey Linux.