replace preprocessor syntax
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
#ifndef DEVICELED_H
|
||||
#define DEVICELED_H
|
||||
#pragma once
|
||||
|
||||
#include "Device.h"
|
||||
#include <Homie.h>
|
||||
@ -25,5 +24,3 @@ class DeviceLed : public Device {
|
||||
bool ledColorHandler(String message);
|
||||
HomieNode ledNode{"led", "rgb"};
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user