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.

44 lines
1.5 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 WIFI_RELAY_NC
  25. //#define WIFI_RELAY_NO
  26. //#define ESPURNA
  27. //#define MQTT_RELAY
  28. //--------------------------------------------------------------------------------
  29. // Features (values below are non-default values)
  30. //--------------------------------------------------------------------------------
  31. //#define ENABLE_DHT 1
  32. //#define ENABLE_DS18B20 1
  33. #define ENABLE_EMON 1
  34. //#define ENABLE_HLW8018 1
  35. //#define ENABLE_RF 1
  36. //#define ENABLE_FAUXMO 0
  37. //#define ENABLE_NOFUSS 1
  38. //#define ENABLE_DOMOTICZ 0