added print for WiFi disabled in code

pico-mitt
alanbjohnston 3 years ago committed by GitHub
parent 3cf02e63c9
commit 12e68a08d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3831,7 +3831,8 @@ void client_print_string(char *string)
bool check_for_wifi() {
#ifndef PICO_W
Serial.println("WiFi disabled in software");
return(false); // skip check if not Pico W board or compilation will fail
#endif

Loading…
Cancel
Save

Powered by TurnKey Linux.