First version - rotary not working.
This commit is contained in:
8
include/config.example.h
Normal file
8
include/config.example.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user