1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-12-23 12:51:24 +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_SSID ""
#define WIFI_PASSWORD ""
#define WIFI_SSID "Your network name"
#define WIFI_PASSWORD "Your network passwd"
#define WIFI_HOSTNAME ""
#define WIFI_PORT 3252