From 03c23abea2ee3351ad809982b059971b178b415d Mon Sep 17 00:00:00 2001 From: Harald Barth Date: Tue, 22 Sep 2020 22:11:50 +0200 Subject: [PATCH] Set default values meaning unconfigured --- config.example.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.example.h b/config.example.h index 7726bca..8048a5d 100644 --- a/config.example.h +++ b/config.example.h @@ -55,8 +55,8 @@ The configuration file for DCC++ EX Command Station // // DEFINE WiFi Parameters // - #define WIFI_SSID "" - #define WIFI_PASSWORD "" + #define WIFI_SSID "Your network name" + #define WIFI_PASSWORD "Your network passwd" #define WIFI_HOSTNAME "" #define WIFI_PORT 3252 @@ -183,4 +183,4 @@ The configuration file for DCC++ EX Command Station ///////////////////////////////////////////////////////////////////////////////////// // // Enable custom command filtering -#define ENABLE_FREE_MEM_WARNING false \ No newline at end of file +#define ENABLE_FREE_MEM_WARNING false