10 lines
295 B
C
10 lines
295 B
C
#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
|