mqttd/etc/conf.h
@@ -63,10 +63,10 @@ /* Infrared detect inbreank */ unsigned char infrared_pin; /* enable or disable inbreak detected */ void (*ifrd_handler)(void); /* infrared detected interrupt handler */ unsigned char inbreak_beep; /* enable or diable beep when detect inbreak */ unsigned char fillin_light; /* fill-in light when detect inbrank or not */ unsigned char light_intval; /* fill-in light interval time, unit second */ double lux_threshold; /* Lux sensor detect value smaller than treshold will fill-in light */ } hwconf_t;