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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.