From 39daae8cc3b7e0a6dcfc38871fd770324f01a4c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phillip=20K=C3=BChne?= Date: Wed, 12 Feb 2025 22:02:21 +0100 Subject: [PATCH] Fix Include --- src/communication/Communication.cpp | 1 - src/communication/Communication.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/communication/Communication.cpp b/src/communication/Communication.cpp index da2a005..3347f06 100644 --- a/src/communication/Communication.cpp +++ b/src/communication/Communication.cpp @@ -1,5 +1,4 @@ #include "Communication.h" -#include "../power/Power.h" Scheduler userScheduler; // to control your personal task painlessMesh mesh; diff --git a/src/communication/Communication.h b/src/communication/Communication.h index e4c13df..522829b 100644 --- a/src/communication/Communication.h +++ b/src/communication/Communication.h @@ -4,6 +4,7 @@ #include #include #include +#include "../power/Power.h" #define MESH_PREFIX "DEZIBOT_MESH" #define MESH_PASSWORD "somethingSneaky"