1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-03-13 17:43:08 +01:00

No wifi by default for builds

This commit is contained in:
Dex's Lab 2021-01-23 17:13:26 -05:00
parent 63d0832dcd
commit e529b9b0c6

View File

@ -38,7 +38,7 @@ The configuration file for DCC++ EX Command Station
// NOTE: Only supported on Arduino Mega
// Set to false if you not even want it on the Arduino Mega
//
#define ENABLE_WIFI true
#define ENABLE_WIFI false
/////////////////////////////////////////////////////////////////////////////////////
//