don't check for wifi

pico-v0.1
alanbjohnston 4 years ago committed by GitHub
parent 85d5630785
commit 8fbe41699e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3156,6 +3156,8 @@ void client_print_string(char *string)
}
bool check_for_wifi() {
return(false);
// stdio_init_all();

Loading…
Cancel
Save

Powered by TurnKey Linux.