Fork of the espurna firmware for `mhsw` switches
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.3 KiB

  1. //--------------------------------------------------------------------------------
  2. // This setting is normally provided by PlatformIO
  3. // Uncomment the appropiate line to build from the Arduino IDE
  4. //--------------------------------------------------------------------------------
  5. //--------------------------------------------------------------------------------
  6. // General
  7. //--------------------------------------------------------------------------------
  8. //#define DEBUG_PORT Serial
  9. //--------------------------------------------------------------------------------
  10. // Hardware
  11. //--------------------------------------------------------------------------------
  12. //#define D1_RELAYSHIELD
  13. //#define NODEMCUV2
  14. //#define SONOFF
  15. //#define SONOFF_TH
  16. //#define SLAMPHER
  17. //#define S20
  18. //#define SONOFF_SV
  19. //#define SONOFF_POW
  20. //#define SONOFF_DUAL
  21. //#define SONOFF_4CH
  22. //#define ESP_RELAY_BOARD
  23. //#define ECOPLUG
  24. //#define ESPURNA
  25. //--------------------------------------------------------------------------------
  26. // Features
  27. //--------------------------------------------------------------------------------
  28. //#define ENABLE_DHT 1
  29. //#define ENABLE_DS18B20 1
  30. //#define ENABLE_EMON 1
  31. //#define ENABLE_HLW8018 1
  32. //#define ENABLE_RF 1
  33. //#define ENABLE_FAUXMO 0
  34. //#define ENABLE_NOFUSS 1