From 3ae457ace2028929176d4a3961a555a48c6cc7ec Mon Sep 17 00:00:00 2001 From: Asbelos Date: Thu, 16 Jul 2020 10:51:09 +0100 Subject: [PATCH] Wifi back on --- Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.h b/Config.h index e827f06..9104890 100644 --- a/Config.h +++ b/Config.h @@ -2,7 +2,7 @@ #define Config_h // Define this if you have a WiFi board on Serial1 -// #define WIFI +#define WIFI // This hardware configuration would normally be setup using a bunch of #ifdefs.