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.

56 lines
1.8 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. #ifndef DEBUG_PORT
  9. #define DEBUG_PORT Serial
  10. #endif
  11. // Uncomment and configure these lines to enable remote debug via udpDebug
  12. // To receive the message son the destination computer use nc:
  13. // nc -ul 8111
  14. //#define DEBUG_UDP_IP IPAddress(192, 168, 1, 100)
  15. //#define DEBUG_UDP_PORT 8111
  16. //--------------------------------------------------------------------------------
  17. // Hardware
  18. //--------------------------------------------------------------------------------
  19. //#define D1_RELAYSHIELD
  20. //#define NODEMCUV2
  21. //#define SONOFF
  22. //#define SONOFF_TH
  23. //#define SLAMPHER
  24. //#define S20
  25. //#define SONOFF_TOUCH
  26. //#define SONOFF_SV
  27. //#define SONOFF_POW
  28. //#define SONOFF_DUAL
  29. //#define SONOFF_4CH
  30. //#define ESP_RELAY_BOARD
  31. //#define ECOPLUG
  32. //#define WIFI_RELAY_NC
  33. //#define WIFI_RELAY_NO
  34. //#define MQTT_RELAY
  35. //#define WIFI_RELAYS_BOARD_KIT
  36. //#define AI_LIGHT
  37. //#define LED_CONTROLLER
  38. //--------------------------------------------------------------------------------
  39. // Features (values below are non-default values)
  40. //--------------------------------------------------------------------------------
  41. //#define ENABLE_DHT 1
  42. //#define ENABLE_DS18B20 1
  43. //#define ENABLE_EMON 1
  44. //#define ENABLE_HLW8018 1
  45. //#define ENABLE_RF 1
  46. //#define ENABLE_FAUXMO 0
  47. //#define ENABLE_NOFUSS 1
  48. //#define ENABLE_DOMOTICZ 0