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.

13 lines
338 B

  1. #define INFLUXDB_SUPPORT 1
  2. #define KINGART_CURTAIN_SUPPORT 1
  3. #define LLMNR_SUPPORT 1
  4. #define MDNS_CLIENT_SUPPORT 1
  5. #define NETBIOS_SUPPORT 1
  6. #define NOFUSS_SUPPORT 1
  7. #define OTA_MQTT_SUPPORT 1
  8. #define RFB_DIRECT 1
  9. #define RFM69_SUPPORT 1
  10. #define RF_SUPPORT 1
  11. #define RPN_RULES_SUPPORT 1
  12. #define SSDP_SUPPORT 1
  13. #define UART_MQTT_SUPPORT 1