42char __attribute__((weak))
WIFI_SSID[] =
"YourSSIDHere";
44char __attribute__((weak))
WIFI_PASS[] =
"pass-or-empty-for-open";
char WIFI_SSID[]
Name of wifi accesspoint to connect to.
int WIFI_HUB_PORT
Port number of the OpenLCB hub.
char WIFI_PASS[]
Password of wifi connection. If empty, use no encryption.
char WIFI_HUB_HOSTNAME[]
Hostname at which the OpenLCB hub is at.