From e8c88665b9be62f92029ebd5ff83f30414ea038f Mon Sep 17 00:00:00 2001 From: Florian Overkamp Date: Sat, 9 Nov 2019 20:54:25 +0100 Subject: [PATCH] silly bugfix. double slash is comment, single slash is error --- ESPGadget.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESPGadget.ino b/ESPGadget.ino index 5f81faf..6e00d57 100644 --- a/ESPGadget.ino +++ b/ESPGadget.ino @@ -38,7 +38,7 @@ const int FW_VERSION = 13; // // Configuration settings -/ +// #include "config.h"