tell where the libraries are from
This commit is contained in:
parent
0294f2f5c4
commit
d5bdd4305c
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user