From 0e2400a47cb9944384a54a5f605fe77ec312e7d0 Mon Sep 17 00:00:00 2001 From: CrispyPin Date: Thu, 3 Jul 2025 18:36:06 +0200 Subject: [PATCH] add wifi note --- pico/src/wifi_cred.h | 1 + 1 file changed, 1 insertion(+) 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"