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