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.

78 lines
2.6 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_H07
  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 ELECTRODRAGON_WIFI_IOT
  33. //#define WORKCHOICE_ECOPLUG
  34. //#define AITHINKER_AI_LIGHT
  35. //#define MAGICHOME_LED_CONTROLLER
  36. //#define MAGICHOME_LED_CONTROLLER_20
  37. //#define HUACANXING_H801
  38. //#define HUACANXING_H802
  39. //#define JANGOE_WIFI_RELAY_NC
  40. //#define JANGOE_WIFI_RELAY_NO
  41. //#define JORGEGARCIA_WIFI_RELAYS
  42. //#define OPENENERGYMONITOR_MQTT_RELAY
  43. //#define WION_50055
  44. //#define EXS_WIFI_RELAY_V31
  45. //#define GENERIC_V9261F
  46. //#define GENERIC_ECH1560
  47. //#define MANCAVEMADE_ESPLIVE
  48. //#define INTERMITTECH_QUINLED
  49. //#define ARILUX_AL_LC06
  50. //#define XENON_SM_PW702U
  51. //#define AUTHOMETION_LYT8266
  52. //--------------------------------------------------------------------------------
  53. // Features (values below are non-default values)
  54. //--------------------------------------------------------------------------------
  55. //#define ALEXA_SUPPORT 0
  56. //#define ANALOG_SUPPORT 1
  57. //#define COUNTER_SUPPORT 1
  58. //#define DEBUG_SERIAL_SUPPORT 0
  59. //#define DEBUG_TELNET_SUPPORT 0
  60. //#define DEBUG_UDP_SUPPORT 1
  61. //#define DHT_SUPPORT 1
  62. //#define DOMOTICZ_SUPPORT 0
  63. //#define DS18B20_SUPPORT 1
  64. //#define HOMEASSISTANT_SUPPORT 0
  65. //#define I2C_SUPPORT 1
  66. //#define INFLUXDB_SUPPORT 0
  67. //#define MDNS_SUPPORT 0
  68. //#define NOFUSS_SUPPORT 1
  69. //#define NTP_SUPPORT 0
  70. //#define RF_SUPPORT 1
  71. //#define SPIFFS_SUPPORT 1
  72. //#define TELNET_SUPPORT 0
  73. //#define TERMINAL_SUPPORT 0
  74. //#define WEB_SUPPORT 0