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.

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