implemented aliyun on PubSubClient(untested)

This commit is contained in:
strawmanbobi
2024-02-15 18:27:27 +08:00
parent e96ab56e62
commit 4d54cb273a
12 changed files with 48 additions and 235 deletions

View File

@@ -21,8 +21,8 @@
* SOFTWARE.
*/
#ifndef IRIS_KIT_IR_H
#define IRIS_KIT_IR_H
#ifndef IRIS_KIT_EMIT_H
#define IRIS_KIT_EMIT_H
#include <Arduino.h>
#include <IRsend.h>
@@ -54,4 +54,4 @@ bool saveIR(String file_name);
void initAC(String);
#endif // IRIS_KIT_IR_H
#endif // IRIS_KIT_EMIT_H