mirror of
https://github.com/mrcory/arduino-home-assistant.git
synced 2026-08-02 15:24:26 -04:00
prevent from including ArduinoHA.h twice
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#ifndef ARDUINOHA_H
|
||||
#define ARDUINOHA_H
|
||||
|
||||
#include "HADevice.h"
|
||||
#include "HAMqtt.h"
|
||||
#include "HAUtils.h"
|
||||
@@ -7,3 +10,5 @@
|
||||
#include "device-types/HASwitch.h"
|
||||
#include "device-types/HATagScanner.h"
|
||||
#include "device-types/HATriggers.h"
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user