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.

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