From e529b9b0c6509408bcc2492fdbf2257720ff03f4 Mon Sep 17 00:00:00 2001 From: Dex's Lab Date: Sat, 23 Jan 2021 17:13:26 -0500 Subject: [PATCH] No wifi by default for builds --- config.example.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.h b/config.example.h index b588e50..4f3a2f1 100644 --- a/config.example.h +++ b/config.example.h @@ -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 ///////////////////////////////////////////////////////////////////////////////////// //