From fc868a2d81a733a649686bd98237bbabf62d6b16 Mon Sep 17 00:00:00 2001 From: Djuri Baars Date: Thu, 19 Dec 2024 17:17:15 +0100 Subject: [PATCH] Remove unneeded import --- src/config.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/config.hpp b/src/config.hpp index f7ead4a..8a1aaa4 100644 --- a/src/config.hpp +++ b/src/config.hpp @@ -7,7 +7,6 @@ #include #include "epd.hpp" #include -#include void enableWiFi(); void disableWiFi();