From 71a58b5f4db0796bfc58e7cdc6b9525a2c1dd64c Mon Sep 17 00:00:00 2001 From: Torrie Fischer Date: Sat, 18 Feb 2023 16:31:27 +0100 Subject: [PATCH] main: remove photon-specific defines, replaced with platform api --- src/main.cpp | 10 ---------- 1 file changed, 10 deletions(-) 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