diff --git a/src/main.cpp b/src/main.cpp index f899328..d36ae14 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3,10 +3,7 @@ #include #include -#ifndef PLATFORM_PHOTON #include -#endif // !PLATFORM_PHOTON - #include "Platform.h" #include "Static.h" @@ -23,13 +20,6 @@ #include "inputs/ColorCycle.h" #include "inputs/Buttons.h" -#ifdef PLATFORM_PHOTON -#include "platform/particle/inputs/Photon.h" -#include "platform/particle/inputs/CloudStatus.h" -#endif // PLATFORM_PHOTON - -//SerialLogHandler logHandler; - #define MAX_BRIGHTNESS 255 //#define PSU_MILLIAMPS 4800 //#define PSU_MILLIAMPS 500