Browse Source

Fix my92xx reference for Arduino IDE

fastled
Xose Pérez 7 years ago
parent
commit
3842683b20
2 changed files with 2 additions and 8 deletions
  1. +2
    -1
      code/espurna/config/all.h
  2. +0
    -7
      code/espurna/config/prototypes.h

+ 2
- 1
code/espurna/config/all.h View File

@ -2,8 +2,8 @@
#include "arduino.h" #include "arduino.h"
#include "hardware.h" #include "hardware.h"
#include "defaults.h" #include "defaults.h"
#include "prototypes.h"
#include "general.h" #include "general.h"
#include "prototypes.h"
#include "sensors.h" #include "sensors.h"
#ifdef USE_CORE_VERSION_H #ifdef USE_CORE_VERSION_H
@ -20,6 +20,7 @@
(Define USE_CUSTOM_H on commandline for platformio: (Define USE_CUSTOM_H on commandline for platformio:
export PLATFORMIO_BUILD_FLAGS="'-DUSE_CUSTOM_H'" ) export PLATFORMIO_BUILD_FLAGS="'-DUSE_CUSTOM_H'" )
*/ */
#ifdef USE_CUSTOM_H #ifdef USE_CUSTOM_H
#include "custom.h" #include "custom.h"
#endif #endif

+ 0
- 7
code/espurna/config/prototypes.h View File

@ -81,13 +81,6 @@ template<typename T> void domoticzSend(const char * key, T nvalue, const char *
template<typename T> bool idbSend(const char * topic, T payload); template<typename T> bool idbSend(const char * topic, T payload);
template<typename T> bool idbSend(const char * topic, unsigned char id, T payload); template<typename T> bool idbSend(const char * topic, unsigned char id, T payload);
// -----------------------------------------------------------------------------
// Light
// -----------------------------------------------------------------------------
#if LIGHT_PROVIDER == LIGHT_PROVIDER_MY92XX
#include <my92xx.h>
#endif
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// Utils // Utils
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------


Loading…
Cancel
Save