1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-12-23 21:01:25 +01:00

Set default values meaning unconfigured

This commit is contained in:
Harald Barth 2020-09-22 22:11:50 +02:00
parent c9bc63e659
commit 03c23abea2

View File

@ -55,8 +55,8 @@ The configuration file for DCC++ EX Command Station
// //
// DEFINE WiFi Parameters // DEFINE WiFi Parameters
// //
#define WIFI_SSID "" #define WIFI_SSID "Your network name"
#define WIFI_PASSWORD "" #define WIFI_PASSWORD "Your network passwd"
#define WIFI_HOSTNAME "" #define WIFI_HOSTNAME ""
#define WIFI_PORT 3252 #define WIFI_PORT 3252
@ -183,4 +183,4 @@ The configuration file for DCC++ EX Command Station
///////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////////
// //
// Enable custom command filtering // Enable custom command filtering
#define ENABLE_FREE_MEM_WARNING false #define ENABLE_FREE_MEM_WARNING false