guowenxue
2022-04-10 55700cb8c1396f1ae88f69f219cf2cc0dfe515d5
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;