add:尝试增加hoss支持(增加mqtt ztc1/mac/in ztc1/mac/out topic)

This commit is contained in:
Zip
2019-03-26 15:27:56 +08:00
parent 4713fbef0d
commit acdd82c7b6
8 changed files with 98 additions and 24 deletions

View File

@@ -4,7 +4,7 @@
#include "mico.h"
#include "MiCOKit_EXT.h"
#define VERSION "v0.2.1"
#define VERSION "v0.3"
#define TYPE 1
#define TYPE_NAME "zTC1"
@@ -20,6 +20,7 @@
#define Led MICO_GPIO_5
#define Button MICO_GPIO_23
#define POWER MICO_GPIO_15
#define Relay_ON 1
#define Relay_OFF 0