Update fish_feeder.ino
This commit is contained in:
@ -9,8 +9,8 @@
|
|||||||
#define MOTOR_PIN 2 // Gate of MOSFET (Also the Blue LED)
|
#define MOTOR_PIN 2 // Gate of MOSFET (Also the Blue LED)
|
||||||
|
|
||||||
// --- NETWORK SETTINGS ---
|
// --- NETWORK SETTINGS ---
|
||||||
const char* ssid = "Aussie Broadband 8729";
|
const char* ssid = "Aussie Broadband ****";
|
||||||
const char* pass = "Ffdfmunfca";
|
const char* pass = "Ffdfmu****";
|
||||||
const char* mqtt_server = "192.168.20.30";
|
const char* mqtt_server = "192.168.20.30";
|
||||||
|
|
||||||
WiFiClient net;
|
WiFiClient net;
|
||||||
|
|||||||
Reference in New Issue
Block a user