implemented MQTT connection to EMQX dev
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifndef IRBABY_IR_H
|
||||
#define IRBABY_IR_H
|
||||
#ifndef IRIS_KIT_IR_H
|
||||
#define IRIS_KIT_IR_H
|
||||
|
||||
#include <Arduino.h>
|
||||
#include <IRsend.h>
|
||||
@@ -54,4 +54,4 @@ bool saveIR(String file_name);
|
||||
|
||||
void initAC(String);
|
||||
|
||||
#endif // IRBABY_IR_H
|
||||
#endif // IRIS_KIT_IR_H
|
||||
Reference in New Issue
Block a user