Update front_door_cam_control.ino
This commit is contained in:
@ -5,8 +5,8 @@
|
||||
#include "driver/rtc_io.h"
|
||||
|
||||
// --- CONFIG ---
|
||||
const char* WIFI_SSID = "Aussie Broadband 8729";
|
||||
const char* WIFI_PASS = "Ffdfmunfca";
|
||||
const char* WIFI_SSID = "Aussie Broadband ****";
|
||||
const char* WIFI_PASS = "Ffdfmu****";
|
||||
// N8N HTTP IP
|
||||
const char* N8N_URL = "http://192.168.20.13:5678/webhook/front-door-cam";
|
||||
|
||||
@ -14,7 +14,7 @@ const char* N8N_URL = "http://192.168.20.13:5678/webhook/front-door-cam";
|
||||
const char* MQTT_BROKER = "192.168.20.30";
|
||||
const int MQTT_PORT = 1883;
|
||||
const char* MQTT_USER = "mqtt-user";
|
||||
const char* MQTT_PASS = "sam4jo";
|
||||
const char* MQTT_PASS = "sam***";
|
||||
const char* MQTT_TOPIC = "front-door-cam/events";
|
||||
|
||||
// --- TIMING ---
|
||||
|
||||
Reference in New Issue
Block a user