Update fish_feeder.ino
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user