replace preprocessor syntax

This commit is contained in:
2016-04-22 22:32:36 +02:00
parent 50c38f4060
commit d79d445a3e
6 changed files with 6 additions and 24 deletions

View File

@ -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