tell where the libraries are from

This commit is contained in:
Ronald Schaten 2016-04-22 22:45:45 +02:00
parent 0294f2f5c4
commit d5bdd4305c
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
#include "Device.h"
#include <Homie.h>
#include <IRremoteESP8266.h>
#include <IRremoteESP8266.h> // https://github.com/markszabo/IRremoteESP8266
class DeviceIrRx : public Device {
public:

View File

@ -2,7 +2,7 @@
#include "Device.h"
#include <Homie.h>
#include <IRremoteESP8266.h>
#include <IRremoteESP8266.h> // https://github.com/markszabo/IRremoteESP8266
class DeviceIrTx : public Device {
public: