First version - rotary not working.

This commit is contained in:
Holger Weber
2026-05-15 00:34:46 +02:00
commit 088eb07ff3
11 changed files with 321 additions and 0 deletions

9
include/config.h Normal file
View File

@@ -0,0 +1,9 @@
#pragma once
// Local defaults. Adjust for your network or keep this file out of version control
// if the project is moved into a shared repository.
#define WIFI_SSID "Sternenlabor"
#define WIFI_PASSWORD "!Sternenlabor99!"
#define TASMOTA_HOST "192.168.240.101"
#define INITIAL_TIMER_MS 5000