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"