guowenxue
2021-04-22 4ff5fe054d3e9db5edf1eb8e9114729b5f7918a3
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;