replace preprocessor syntax
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
#ifndef DEVICEIRRX_H
|
||||
#define DEVICEIRRX_H
|
||||
#pragma once
|
||||
|
||||
#include "Device.h"
|
||||
#include <Homie.h>
|
||||
@ -21,5 +20,3 @@ class DeviceIrRx : public Device {
|
||||
decode_results results;
|
||||
HomieNode irRxNode = HomieNode("irrx", "irrx");
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user