tuanpmt / espduino

ESP8266 network client (mqtt, restful) for Arduino
http://tuanpm.net/post/espduino
MIT License
383 stars 122 forks source link

Update include guard for REST class. #23

Closed kenno closed 9 years ago

kenno commented 9 years ago

I'm not sure if it was intentional to have the include guard for REST class as MQTT. However, I need to corrected the one in rest.h in order to be able to include both rest.h and mqtt.h in the same file.

tuanpmt commented 9 years ago

thanks