Update fish_feeder.ino

This commit is contained in:
sam
2025-12-05 16:22:07 +11:00
parent 441ceb0bde
commit c2227ec107

View File

@@ -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 = "WIFI_PASS_REDACTED";
const char* ssid = "Aussie Broadband ****";
const char* pass = "Ffdfmu****";
const char* mqtt_server = "192.168.20.30";
WiFiClient net;