From 0228345ca46555b87b87ac05a3dc600c51d687f7 Mon Sep 17 00:00:00 2001 From: Fred Date: Sun, 14 Feb 2021 18:19:41 -0500 Subject: [PATCH] Update config.example.h Add comment to wifi channel section --- config.example.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config.example.h b/config.example.h index e2dd822..4105f64 100644 --- a/config.example.h +++ b/config.example.h @@ -72,7 +72,10 @@ The configuration file for DCC-EX Command Station // WIFI_HOSTNAME: You probably don't need to change this #define WIFI_HOSTNAME "dccex" // -// WIFI_CHANNEL: +// WIFI_CHANNEL: If the line "#define ENABLE_WIFI true" is uncommented, +// WiFi will be enabled (Mega only). The default channel is set to "1" whether +// this line exists or not. If you need to use an alternate channel (we recommend +// using only 1,6, or 11) you may change it here. #define WIFI_CHANNEL 1 // /////////////////////////////////////////////////////////////////////////////////////