replace preprocessor syntax
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
#ifndef DEVICELDR_H
|
||||
#define DEVICELDR_H
|
||||
#pragma once
|
||||
|
||||
#include "Device.h"
|
||||
#include <Homie.h>
|
||||
@ -19,5 +18,3 @@ class DeviceLdr : public Device {
|
||||
int ldr = 0;
|
||||
HomieNode ldrNode = HomieNode("ldr", "ldr");
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user