mqttd/etc/conf.h | ●●●●● patch | view | raw | blame | history | |
mqttd/hal/hal.h | ●●●●● patch | view | raw | blame | history |
mqttd/etc/conf.h
@@ -19,8 +19,8 @@ #define DEF_BROKER_USERNAME "lingyun" #define DEF_BROKER_PASSWD "lingyun-emb" #define DEF_PUBQOS 2 #define DEF_PUBINTERVAL 600 /* 10 minitues */ #define DEF_PUBQOS 0 #define DEF_PUBINTERVAL 3 /* 3 seconds */ #define DEF_SUBQOS 0 mqttd/hal/hal.h
@@ -17,6 +17,7 @@ #include "lylib/logger.h" #include "led.h" #include "relay.h" #include "ds18b20.h" #include "sht20.h"