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.

82 lines
2.8 KiB

7 years ago
7 years ago
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_H06
  11. //#define TINKERMAN_ESPURNA_H08
  12. //#define ITEAD_SONOFF_BASIC
  13. //#define ITEAD_SONOFF_RF
  14. //#define ITEAD_SONOFF_TH
  15. //#define ITEAD_SONOFF_SV
  16. //#define ITEAD_SLAMPHER
  17. //#define ITEAD_S20
  18. //#define ITEAD_SONOFF_TOUCH
  19. //#define ITEAD_SONOFF_POW
  20. //#define ITEAD_SONOFF_DUAL
  21. //#define ITEAD_SONOFF_4CH
  22. //#define ITEAD_SONOFF_4CH_PRO
  23. //#define ITEAD_1CH_INCHING
  24. //#define ITEAD_MOTOR
  25. //#define ITEAD_SONOFF_BNSZ01
  26. //#define ITEAD_SONOFF_RFBRIDGE
  27. //#define ITEAD_SONOFF_B1
  28. //#define ITEAD_SONOFF_LED
  29. //#define ITEAD_SONOFF_T1_1CH
  30. //#define ITEAD_SONOFF_T1_2CH
  31. //#define ITEAD_SONOFF_T1_3CH
  32. //#define YJZK_SWITCH_2CH
  33. //#define ELECTRODRAGON_WIFI_IOT
  34. //#define WORKCHOICE_ECOPLUG
  35. //#define AITHINKER_AI_LIGHT
  36. //#define MAGICHOME_LED_CONTROLLER
  37. //#define MAGICHOME_LED_CONTROLLER_20
  38. //#define HUACANXING_H801
  39. //#define HUACANXING_H802
  40. //#define JANGOE_WIFI_RELAY_NC
  41. //#define JANGOE_WIFI_RELAY_NO
  42. //#define JORGEGARCIA_WIFI_RELAYS
  43. //#define OPENENERGYMONITOR_MQTT_RELAY
  44. //#define WION_50055
  45. //#define EXS_WIFI_RELAY_V31
  46. //#define GENERIC_V9261F
  47. //#define GENERIC_ECH1560
  48. //#define MANCAVEMADE_ESPLIVE
  49. //#define INTERMITTECH_QUINLED
  50. //#define ARILUX_AL_LC06
  51. //#define ARILUX_E27
  52. //#define XENON_SM_PW702U
  53. //#define AUTHOMETION_LYT8266
  54. //--------------------------------------------------------------------------------
  55. // Features (values below are non-default values)
  56. //--------------------------------------------------------------------------------
  57. //#define ALEXA_SUPPORT 0
  58. //#define ANALOG_SUPPORT 1
  59. //#define COUNTER_SUPPORT 1
  60. //#define DEBUG_SERIAL_SUPPORT 0
  61. //#define DEBUG_TELNET_SUPPORT 0
  62. //#define DEBUG_UDP_SUPPORT 1
  63. //#define DHT_SUPPORT 1
  64. //#define DOMOTICZ_SUPPORT 0
  65. //#define DS18B20_SUPPORT 1
  66. //#define HOMEASSISTANT_SUPPORT 0
  67. //#define I2C_SUPPORT 1
  68. //#define INFLUXDB_SUPPORT 0
  69. //#define IR_SUPPORT 1
  70. //#define LLMNR_SUPPORT 1 // Only with Arduino Core 2.4.0
  71. //#define MDNS_SUPPORT 0
  72. //#define NOFUSS_SUPPORT 1 // Only with Arduino Core 2.4.0
  73. //#define NTP_SUPPORT 0
  74. //#define RF_SUPPORT 1
  75. //#define SPIFFS_SUPPORT 1
  76. //#define TELNET_SUPPORT 0
  77. //#define TERMINAL_SUPPORT 0
  78. //#define WEB_SUPPORT 0