11 lines
280 B
C
11 lines
280 B
C
#pragma once
|
|
|
|
// Copy this file to include/config.h and adjust the values for your network.
|
|
|
|
#define WIFI_SSID "your-wifi"
|
|
#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
|