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.

151 lines
4.9 KiB

6 years ago
7 years ago
7 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 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 TINKERMAN_RFM69GW
  13. //#define ITEAD_SONOFF_BASIC
  14. //#define ITEAD_SONOFF_RF
  15. //#define ITEAD_SONOFF_TH
  16. //#define ITEAD_SONOFF_SV
  17. //#define ITEAD_SLAMPHER
  18. //#define ITEAD_S20
  19. //#define ITEAD_SONOFF_TOUCH
  20. //#define ITEAD_SONOFF_POW
  21. //#define ITEAD_SONOFF_POW_R2
  22. //#define ITEAD_SONOFF_DUAL
  23. //#define ITEAD_SONOFF_DUAL_R2
  24. //#define ITEAD_SONOFF_4CH
  25. //#define ITEAD_SONOFF_4CH_PRO
  26. //#define ITEAD_1CH_INCHING
  27. //#define ITEAD_MOTOR
  28. //#define ITEAD_SONOFF_BNSZ01
  29. //#define ITEAD_SONOFF_RFBRIDGE
  30. //#define ITEAD_SONOFF_B1
  31. //#define ITEAD_SONOFF_LED
  32. //#define ITEAD_SONOFF_T1_1CH
  33. //#define ITEAD_SONOFF_T1_2CH
  34. //#define ITEAD_SONOFF_T1_3CH
  35. //#define ITEAD_SONOFF_S31
  36. //#define YJZK_SWITCH_2CH
  37. //#define ELECTRODRAGON_WIFI_IOT
  38. //#define WORKCHOICE_ECOPLUG
  39. //#define AITHINKER_AI_LIGHT
  40. //#define MAGICHOME_LED_CONTROLLER
  41. //#define MAGICHOME_LED_CONTROLLER_20
  42. //#define HUACANXING_H801
  43. //#define HUACANXING_H802
  44. //#define JANGOE_WIFI_RELAY_NC
  45. //#define JANGOE_WIFI_RELAY_NO
  46. //#define JORGEGARCIA_WIFI_RELAYS
  47. //#define OPENENERGYMONITOR_MQTT_RELAY
  48. //#define WION_50055
  49. //#define EXS_WIFI_RELAY_V31
  50. //#define GENERIC_V9261F
  51. //#define GENERIC_ECH1560
  52. //#define MANCAVEMADE_ESPLIVE
  53. //#define INTERMITTECH_QUINLED
  54. //#define ARILUX_AL_LC06
  55. //#define ARILUX_E27
  56. //#define XENON_SM_PW702U
  57. //#define AUTHOMETION_LYT8266
  58. //#define KMC_70011
  59. //#define GENERIC_8CH
  60. //#define ARILUX_AL_LC01
  61. //#define ARILUX_AL_LC11
  62. //#define ARILUX_AL_LC02
  63. //#define WEMOS_D1_TARPUNA_SHIELD
  64. //#define GIZWITS_WITTY_CLOUD
  65. //#define EUROMATE_WIFI_STECKER_SCHUKO
  66. //#define TONBUX_POWERSTRIP02
  67. //#define LINGAN_SWA1
  68. //#define HEYGO_HY02
  69. //#define MAXCIO_WUS002S
  70. //#define YIDIAN_XSSSA05
  71. //#define TONBUX_XSSSA06
  72. //#define GREEN_ESP8266RELAY
  73. //#define IKE_ESPIKE
  74. //#define ARNIEX_SWIFITCH
  75. //#define GENERIC_ESP01S_RELAY_V40
  76. //#define GENERIC_ESP01S_RGBLED_V10
  77. //#define GENERIC_ESP01S_DHT11_V10
  78. //#define GENERIC_ESP01S_DS18B20_V10
  79. //#define HELTEC_TOUCHRELAY
  80. //#define ZHILDE_EU44_W
  81. //#define LUANI_HVIO
  82. //#define ALLNET_4DUINO_IOT_WLAN_RELAIS
  83. //#define TONBUX_MOSQUITO_KILLER
  84. //#define NEO_COOLCAM_NAS_WR01W
  85. //#define ESTINK_WIFI_POWER_STRIP
  86. //#define PILOTAK_ESP_DIN_V1
  87. //#define BLITZWOLF_BWSHP2
  88. //#define BH_ONOFRE
  89. //--------------------------------------------------------------------------------
  90. // Features (values below are non-default values)
  91. //--------------------------------------------------------------------------------
  92. //#define ALEXA_SUPPORT 0
  93. //#define BROKER_SUPPORT 0
  94. //#define DEBUG_SERIAL_SUPPORT 0
  95. //#define DEBUG_TELNET_SUPPORT 0
  96. //#define DEBUG_UDP_SUPPORT 1
  97. //#define DEBUG_WEB_SUPPORT 0
  98. //#define DOMOTICZ_SUPPORT 0
  99. //#define HOMEASSISTANT_SUPPORT 0
  100. //#define I2C_SUPPORT 1
  101. //#define INFLUXDB_SUPPORT 1
  102. //#define IR_SUPPORT 1
  103. //#define LLMNR_SUPPORT 1 // Only with Arduino Core 2.4.0
  104. //#define MDNS_SERVER_SUPPORT 0
  105. //#define MDNS_CLIENT_SUPPORT 1
  106. //#define MQTT_SUPPORT 0
  107. //#define NETBIOS_SUPPORT 1 // Only with Arduino Core 2.4.0
  108. //#define NOFUSS_SUPPORT 1
  109. //#define NTP_SUPPORT 0
  110. //#define RF_SUPPORT 1
  111. //#define SCHEDULER_SUPPORT 0
  112. //#define SPIFFS_SUPPORT 1
  113. //#define SSDP_SUPPORT 1
  114. //#define TELNET_SUPPORT 0
  115. //#define TERMINAL_SUPPORT 0
  116. //#define THINGSPEAK_SUPPORT 0
  117. //#define UART_MQTT_SUPPORT 1
  118. //#define WEB_SUPPORT 0
  119. //--------------------------------------------------------------------------------
  120. // Sensors (values below are non-default values)
  121. //--------------------------------------------------------------------------------
  122. //#define AM2320_SUPPORT 1
  123. //#define ANALOG_SUPPORT 1
  124. //#define BH1750_SUPPORT 1
  125. //#define BMX280_SUPPORT 1
  126. //#define CSE7766_SUPPORT 1
  127. //#define DALLAS_SUPPORT 1
  128. //#define DHT_SUPPORT 1
  129. //#define DIGITAL_SUPPORT 1
  130. //#define ECH1560_SUPPORT 1
  131. //#define EMON_ADC121_SUPPORT 1
  132. //#define EMON_ADS1X15_SUPPORT 1
  133. //#define EMON_ANALOG_SUPPORT 1
  134. //#define EVENTS_SUPPORT 1
  135. //#define GUVAS12SD_SUPPORT 1
  136. //#define HCSR04_SUPPORT 1
  137. //#define HLW8012_SUPPORT 1
  138. //#define MHZ19_SUPPORT 1
  139. //#define PMSX003_SUPPORT 1
  140. //#define PZEM004T_SUPPORT 1
  141. //#define SHT3X_I2C_SUPPORT 1
  142. //#define SI7021_SUPPORT 1
  143. //#define TMP3X_SUPPORT 1
  144. //#define V9261F_SUPPORT 1
  145. //#define GEIGER_SUPPORT 1