mirror of
https://github.com/mrcory/arduino-home-assistant.git
synced 2026-08-02 15:24:26 -04:00
rename ifdefs
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
#ifndef ARDUINOHA_H
|
||||
#define ARDUINOHA_H
|
||||
#ifndef AHA_ARDUINOHA_H
|
||||
#define AHA_ARDUINOHA_H
|
||||
|
||||
#include "HADevice.h"
|
||||
#include "HAMqtt.h"
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
#ifndef HADEVICE_H
|
||||
#define HADEVICE_H
|
||||
#ifndef AHA_HADEVICE_H
|
||||
#define AHA_HADEVICE_H
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
#ifndef HAMQTT_H
|
||||
#define HAMQTT_H
|
||||
#ifndef AHA_HAMQTT_H
|
||||
#define AHA_HAMQTT_H
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
#ifndef HAUTILS_H
|
||||
#define HAUTILS_H
|
||||
#ifndef AHA_HAUTILS_H
|
||||
#define AHA_HAUTILS_H
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef BASEDEVICETYPE_H
|
||||
#define BASEDEVICETYPE_H
|
||||
#ifndef AHA_BASEDEVICETYPE_H
|
||||
#define AHA_BASEDEVICETYPE_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef HABINARYSENSOR_H
|
||||
#define HABINARYSENSOR_H
|
||||
#ifndef AHA_HABINARYSENSOR_H
|
||||
#define AHA_HABINARYSENSOR_H
|
||||
|
||||
#include "BaseDeviceType.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef HASENSOR_H
|
||||
#define HASENSOR_H
|
||||
#ifndef AHA_HASENSOR_H
|
||||
#define AHA_HASENSOR_H
|
||||
|
||||
#include "BaseDeviceType.h"
|
||||
#include "../HAUtils.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef HASWITCH_H
|
||||
#define HASWITCH_H
|
||||
#ifndef AHA_HASWITCH_H
|
||||
#define AHA_HASWITCH_H
|
||||
|
||||
#include "BaseDeviceType.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef HATAGSCANNER_H
|
||||
#define HATAGSCANNER_H
|
||||
#ifndef AHA_HATAGSCANNER_H
|
||||
#define AHA_HATAGSCANNER_H
|
||||
|
||||
#include "BaseDeviceType.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef HATRIGGERS_H
|
||||
#define HATRIGGERS_H
|
||||
#ifndef AHA_HATRIGGERS_H
|
||||
#define AHA_HATRIGGERS_H
|
||||
|
||||
#include "BaseDeviceType.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user