Initial working Telegram bot, LDR and LED

This commit is contained in:
2025-06-10 00:52:34 +02:00
commit 5cba359881
6 changed files with 219 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#pragma once
#define WIFI_SSID "your_wifi_ssid"
#define WIFI_PASS "your_wifi_password"
#define TELEGRAM_BOT_TOKEN "your_bot_token"
#define TELEGRAM_CHAT_ID "your_chat_id"