Working version.

This commit is contained in:
Holger Weber
2026-05-15 00:44:46 +02:00
parent 088eb07ff3
commit d2ab1369f6
6 changed files with 16 additions and 8 deletions

View File

@@ -6,3 +6,5 @@
#define WIFI_PASSWORD "your-password"
#define TASMOTA_HOST "192.168.1.50"
#define INITIAL_TIMER_MS 5000
#define MIN_TIMER_MS 2000
#define MAX_TIMER_MS 10000