diff --git a/pico/src/wifi_cred.h b/pico/src/wifi_cred.h index df80bbd..dd1bf59 100644 --- a/pico/src/wifi_cred.h +++ b/pico/src/wifi_cred.h @@ -1,4 +1,5 @@ +// case sensitive, and must be 2.4GHz #define CONFIG_WIFI_SSID "Wifi network here" #define CONFIG_WIFI_PASSWORD "password123"