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.

41 lines
1.4 KiB

  1. //--------------------------------------------------------------------------------
  2. // These settings are normally provided by PlatformIO
  3. // Uncomment the appropiate line(s) 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 (values below are default values)
  27. //--------------------------------------------------------------------------------
  28. //#define ENABLE_DHT 0
  29. //#define ENABLE_DS18B20 0
  30. //#define ENABLE_EMON 0
  31. //#define ENABLE_HLW8018 0
  32. //#define ENABLE_RF 0
  33. //#define ENABLE_FAUXMO 1
  34. //#define ENABLE_NOFUSS 0
  35. //#define ENABLE_DOMOTICZ 1