From d54e8603764f64928c603a8fe9d065f33cedd71d Mon Sep 17 00:00:00 2001 From: David Gwilliam Date: Fri, 13 Feb 2026 14:47:41 -0800 Subject: [PATCH] snapshot --- sketches/doorbell/doorbell.ino | 4 ++-- sketches/doorbell/sketch.yaml | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 sketches/doorbell/sketch.yaml diff --git a/sketches/doorbell/doorbell.ino b/sketches/doorbell/doorbell.ino index c2aa749..14a837f 100644 --- a/sketches/doorbell/doorbell.ino +++ b/sketches/doorbell/doorbell.ino @@ -13,8 +13,8 @@ #include // ============== CONFIGURATION ============== -String wifiSSID = "Dobro Veče"; -String wifiPassword = "goodnight"; +String wifiSSID = "IoT-2GHz"; +String wifiPassword = "lesson-greater"; const char* ALERT_TOPIC = "https://ntfy.sh/ALERT_klubhaus_topic/json?since=all"; const char* SILENCE_TOPIC = "https://ntfy.sh/SILENCE_klubhaus_topic/json?since=all"; diff --git a/sketches/doorbell/sketch.yaml b/sketches/doorbell/sketch.yaml deleted file mode 100644 index 86ea2ed..0000000 --- a/sketches/doorbell/sketch.yaml +++ /dev/null @@ -1,3 +0,0 @@ -default_port: /dev/ttyACM0 -default_fqbn: esp32:esp32:esp32c6:CDCOnBoot=cdc -default_programmer: esptool