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.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. // Hardware
  7. //--------------------------------------------------------------------------------
  8. //#define D1_RELAYSHIELD
  9. //#define NODEMCUV2
  10. //#define SONOFF
  11. //#define SONOFF_TH
  12. //#define SLAMPHER
  13. //#define S20
  14. //#define SONOFF_TOUCH
  15. //#define SONOFF_SV
  16. //#define SONOFF_POW
  17. //#define SONOFF_DUAL
  18. //#define ITEAD_1CH_INCHING
  19. //#define ITEAD_MOTOR
  20. //#define SONOFF_4CH
  21. //#define ESP_RELAY_BOARD
  22. //#define ECOPLUG
  23. //#define WIFI_RELAY_NC
  24. //#define WIFI_RELAY_NO
  25. //#define MQTT_RELAY
  26. //#define WIFI_RELAYS_BOARD_KIT
  27. //#define AI_LIGHT
  28. //#define LED_CONTROLLER
  29. //#define ESPURNA_H
  30. //--------------------------------------------------------------------------------
  31. // Features (values below are non-default values)
  32. //--------------------------------------------------------------------------------
  33. //#define ENABLE_DHT 1
  34. //#define ENABLE_DS18B20 1
  35. //#define ENABLE_EMON 1
  36. //#define ENABLE_HLW8018 1
  37. //#define ENABLE_RF 1
  38. //#define ENABLE_FAUXMO 0
  39. //#define ENABLE_NOFUSS 1
  40. //#define ENABLE_DOMOTICZ 0
  41. //#define ENABLE_ANALOG 1