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.

66 lines
1.5 KiB

  1. /*
  2. ESPurna
  3. Copyright (C) 2016-2019 by Xose Pérez <xose dot perez at gmail dot com>
  4. This program is free software: you can redistribute it and/or modify
  5. it under the terms of the GNU General Public License as published by
  6. the Free Software Foundation, either version 3 of the License, or
  7. (at your option) any later version.
  8. This program is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. GNU General Public License for more details.
  12. You should have received a copy of the GNU General Public License
  13. along with this program. If not, see <http://www.gnu.org/licenses/>.
  14. */
  15. // !!! NOTICE !!!
  16. //
  17. // This file is only for compatibility with Arduino IDE / arduino-cli
  18. // See main.cpp
  19. //
  20. #include "espurna.h"
  21. #include "alexa.h"
  22. #include "api.h"
  23. #include "broker.h"
  24. #include "button.h"
  25. #include "crash.h"
  26. #include "debug.h"
  27. #include "domoticz.h"
  28. #include "homeassistant.h"
  29. #include "i2c.h"
  30. #include "influxdb.h"
  31. #include "ir.h"
  32. #include "led.h"
  33. #include "light.h"
  34. #include "llmnr.h"
  35. #include "mdns.h"
  36. #include "mqtt.h"
  37. #include "netbios.h"
  38. #include "nofuss.h"
  39. #include "ntp.h"
  40. #include "ota.h"
  41. #include "relay.h"
  42. #include "rfbridge.h"
  43. #include "rfm69.h"
  44. #include "rpc.h"
  45. #include "rpnrules.h"
  46. #include "rtcmem.h"
  47. #include "scheduler.h"
  48. #include "sensor.h"
  49. #include "ssdp.h"
  50. #include "telnet.h"
  51. #include "thermostat.h"
  52. #include "thingspeak.h"
  53. #include "tuya.h"
  54. #include "uartmqtt.h"
  55. #include "web.h"
  56. #include "ws.h"