Browse Source

Added hardware defines to use from Arduino IDE

fastled
Xose Pérez 7 years ago
parent
commit
dc890618e5
2 changed files with 19 additions and 0 deletions
  1. +1
    -0
      CHANGELOG.md
  2. +18
    -0
      code/src/config/hardware.h

+ 1
- 0
CHANGELOG.md View File

@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Added last-modified header to static contents
- Added support for multi-button boards (SONOFF_4CH)
- Added support for WorkChoice ecoPlug (ECOPLUG). Thanks to David Myers
- Force password changing if it's the default one
- Comment out hardware selection in hardware.h if using Arduino IDE


+ 18
- 0
code/src/config/hardware.h View File

@ -1,3 +1,21 @@
//--------------------------------------------------------------------------------
// HARDWARE
// This setting is normally provided by PlatformIO
// Uncomment the appropiate line to build from the Arduino IDE
//--------------------------------------------------------------------------------
//#define NODEMCUV2
//#define SONOFF
//#define SONOFF_TH
//#define SONOFF_POW
//#define SONOFF_DUAL
//#define SONOFF_4CH
//#define SLAMPHER
//#define S20
//#define ESP_RELAY_BOARD
//#define ECOPLUG
//#define ESPURNA
// -----------------------------------------------------------------------------
// NODEMCUv2 development board
// -----------------------------------------------------------------------------


Loading…
Cancel
Save