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.

65 lines
2.2 KiB

7 years ago
  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 NODEMCU_LOLIN
  9. //#define WEMOS_D1_MINI_RELAYSHIELD
  10. //#define TINKERMAN_ESPURNA_H
  11. //#define ITEAD_SONOFF_BASIC
  12. //#define ITEAD_SONOFF_RF
  13. //#define ITEAD_SONOFF_TH
  14. //#define ITEAD_SONOFF_SV
  15. //#define ITEAD_SLAMPHER
  16. //#define ITEAD_S20
  17. //#define ITEAD_SONOFF_TOUCH
  18. //#define ITEAD_SONOFF_POW
  19. //#define ITEAD_SONOFF_DUAL
  20. //#define ITEAD_SONOFF_4CH
  21. //#define ITEAD_SONOFF_4CH_PRO
  22. //#define ITEAD_1CH_INCHING
  23. //#define ITEAD_MOTOR
  24. //#define ITEAD_SONOFF_BNSZ01
  25. //#define ITEAD_SONOFF_RFBRIDGE
  26. //#define ITEAD_SONOFF_B1
  27. //#define ITEAD_SONOFF_LED
  28. //#define ITEAD_SONOFF_T1_1CH
  29. //#define ITEAD_SONOFF_T1_2CH
  30. //#define ITEAD_SONOFF_T1_3CH
  31. //#define ELECTRODRAGON_WIFI_IOT
  32. //#define WORKCHOICE_ECOPLUG
  33. //#define AITHINKER_AI_LIGHT
  34. //#define MAGICHOME_LED_CONTROLLER
  35. //#define HUACANXING_H801
  36. //#define JANGOE_WIFI_RELAY_NC
  37. //#define JANGOE_WIFI_RELAY_NO
  38. //#define JORGEGARCIA_WIFI_RELAYS
  39. //#define OPENENERGYMONITOR_MQTT_RELAY
  40. //--------------------------------------------------------------------------------
  41. // Features (values below are non-default values)
  42. //--------------------------------------------------------------------------------
  43. //#define ALEXA_SUPPORT 0
  44. //#define ANALOG_SUPPORT 1
  45. //#define COUNTER_SUPPORT 1
  46. //#define DEBUG_SERIAL_SUPPORT 0
  47. //#define DEBUG_UDP_SUPPORT 1
  48. //#define DHT_SUPPORT 1
  49. //#define DOMOTICZ_SUPPORT 0
  50. //#define DS18B20_SUPPORT 1
  51. //#define EMON_SUPPORT 1
  52. //#define HOMEASSISTANT_SUPPORT 0
  53. //#define I2C_SUPPORT 1
  54. //#define INFLUXDB_SUPPORT 0
  55. //#define MDNS_SUPPORT 0
  56. //#define NOFUSS_SUPPORT 1
  57. //#define NTP_SUPPORT 0
  58. //#define RF_SUPPORT 1
  59. //#define SPIFFS_SUPPORT 1
  60. //#define TERMINAL_SUPPORT 0
  61. //#define WEB_SUPPORT 0