diff --git a/CHANGELOG.md b/CHANGELOG.md index a214c344..dc447d3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/code/src/config/hardware.h b/code/src/config/hardware.h index babbfea0..249a21f6 100644 --- a/code/src/config/hardware.h +++ b/code/src/config/hardware.h @@ -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 // -----------------------------------------------------------------------------