probonopd / ESP8266HueEmulator

Emulate a Philips Hue bridge running on an ESP8266 using the Arduino IDE.
MIT License
411 stars 93 forks source link

"#pragma once" in LightService.h #110

Closed PLCHome closed 6 years ago

PLCHome commented 6 years ago

Hello, I would like to use LightSevice.h as a libary in my own project. Can you add that

pragma once

or add the old one

ifndef LightSevice_h

define LightSevice_h

...

endif / LightSevice_h /

So that the class can include in more than one file.

LG

probonopd commented 6 years ago

Please send a pull request, thanks.

PLCHome commented 6 years ago

pull request has been sent