main: remove photon-specific defines, replaced with platform api

This commit is contained in:
Torrie Fischer 2023-02-18 16:31:27 +01:00
parent 1d1c5781e2
commit 71a58b5f4d

View File

@ -3,10 +3,7 @@
#include <FastLED.h>
#include <Figments.h>
#ifndef PLATFORM_PHOTON
#include <ArduinoLog.h>
#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