X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_thermo.h;h=e68c63717dd037416dd74af8e90436b3e092f559;hb=192b35ba9c57b3e7e5d652e9dbd3038a38c5e073;hp=e28af78517079c158007a78d717bd7c6ca45b9aa;hpb=4b3ac136e2d0ad9f1d1860b9ca1b355e242f0bb1;p=bertos.git diff --git a/bertos/cfg/cfg_thermo.h b/bertos/cfg/cfg_thermo.h index e28af785..e68c6371 100644 --- a/bertos/cfg/cfg_thermo.h +++ b/bertos/cfg/cfg_thermo.h @@ -39,13 +39,19 @@ #ifndef CFG_THERMO_H #define CFG_THERMO_H -/// Interval at which thermo control is performed. $WIZ$ type = "int" +/** + * Interval at which thermo control is performed [ms]. + * + * $WIZ$ type = "int" + * $WIZ$ min = 1 + */ #define CONFIG_THERMO_INTERVAL_MS 100 /** * Number of different samples we interpolate over to get the hifi temperature. * * $WIZ$ type = "int" + * $WIZ$ min = 1 */ #define CONFIG_THERMO_HIFI_NUM_SAMPLES 10