Skip to content

Commit

Permalink
Update drv_cht8305.c (#902)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeDaMrAzR authored Aug 16, 2023
1 parent ed2b995 commit ff9e6d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/driver/drv_cht8305.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@ void CHT8305_Init() {
//cmddetail:{"name":"CHT_Calibrate","args":"[DeltaTemp][DeltaHumidity]",
//cmddetail:"descr":"Calibrate the CHT Sensor as Tolerance is +/-2 degrees C.",
//cmddetail:"fn":"CHT_Calibrate","file":"driver/drv_cht8305.c","requires":"",
//cmddetail:"examples":"SHT_Calibrate -4 10"}
//cmddetail:"examples":"SHT_Calibrate -4 10 <br /> meaning -4 on current temp reading and +10 on current humidity reading"}
CMD_RegisterCommand("CHT_Calibrate", CHT_Calibrate, NULL);
//cmddetail:{"name":"CHT_Cycle","args":"[IntervalSeconds]",
//cmddetail:"descr":"This is the interval between measurements in seconds, by default 1. Max is 255.",
//cmddetail:"fn":"CHT_cycle","file":"drv/drv_cht8305.c","requires":"",
//cmddetail:"examples":"CHT_Cycle 60"}
//cmddetail:"examples":"CHT_Cycle 60 <br /> measurement is taken every 60 seconds"}
CMD_RegisterCommand("CHT_Cycle", CHT_cycle, NULL);

}
Expand Down

0 comments on commit ff9e6d9

Please sign in to comment.