Files
TasmotaPTT/include/config.example.h
2026-05-15 00:54:34 +02:00

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 13000