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.

45 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_TOUCH
  19. //#define SONOFF_SV
  20. //#define SONOFF_POW
  21. //#define SONOFF_DUAL
  22. //#define SONOFF_4CH
  23. //#define ESP_RELAY_BOARD
  24. //#define ECOPLUG
  25. //#define WIFI_RELAY_NC
  26. //#define WIFI_RELAY_NO
  27. //#define MQTT_RELAY
  28. //#define WIFI_RELAYS_BOARD_KIT
  29. //--------------------------------------------------------------------------------
  30. // Features (values below are non-default values)
  31. //--------------------------------------------------------------------------------
  32. //#define ENABLE_DHT 1
  33. //#define ENABLE_DS18B20 1
  34. //#define ENABLE_EMON 1
  35. //#define ENABLE_HLW8018 1
  36. //#define ENABLE_RF 1
  37. //#define ENABLE_FAUXMO 0
  38. //#define ENABLE_NOFUSS 1
  39. //#define ENABLE_DOMOTICZ 0