replace preprocessor syntax
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
#ifndef DEVICEDHT_H
|
||||
#define DEVICEDHT_H
|
||||
#pragma once
|
||||
|
||||
#include "Device.h"
|
||||
#include <Homie.h>
|
||||
@ -26,5 +25,3 @@ class DeviceDht : public Device {
|
||||
HomieNode temperatureNode{"temperature", "temperature"};
|
||||
HomieNode heatindexNode{"heatindex", "heatindex"};
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user