From befed10410faecc8642a885061e7cf4f1fdd6318 Mon Sep 17 00:00:00 2001 From: sam Date: Fri, 5 Dec 2025 16:22:07 +1100 Subject: [PATCH] Update fish_feeder.ino --- fish_feeder.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fish_feeder.ino b/fish_feeder.ino index f3c6b24..dd310d1 100644 --- a/fish_feeder.ino +++ b/fish_feeder.ino @@ -9,8 +9,8 @@ #define MOTOR_PIN 2 // Gate of MOSFET (Also the Blue LED) // --- NETWORK SETTINGS --- -const char* ssid = "Aussie Broadband 8729"; -const char* pass = "Ffdfmunfca"; +const char* ssid = "Aussie Broadband ****"; +const char* pass = "Ffdfmu****"; const char* mqtt_server = "192.168.20.30"; WiFiClient net;