X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_thermo.h;h=e68c63717dd037416dd74af8e90436b3e092f559;hb=3ddb5bbec1b0c60a21dbd1311a285e79ba546ccc;hp=4e1e1acf788d77d275d0a95e067b7549cc55ee53;hpb=e6698dd93b44786a6d81fb527a74342f151e248f;p=bertos.git diff --git a/bertos/cfg/cfg_thermo.h b/bertos/cfg/cfg_thermo.h index 4e1e1acf..e68c6371 100644 --- a/bertos/cfg/cfg_thermo.h +++ b/bertos/cfg/cfg_thermo.h @@ -39,14 +39,20 @@ #ifndef CFG_THERMO_H #define CFG_THERMO_H -/// Interval at which thermo control is performed. $WIZARD = { "type" : "int" } -#define THERMO_INTERVAL_MS 100 +/** + * 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. * - * $WIZARD = { "type" : "int" } + * $WIZ$ type = "int" + * $WIZ$ min = 1 */ -#define THERMO_HIFI_NUM_SAMPLES 10 +#define CONFIG_THERMO_HIFI_NUM_SAMPLES 10 #endif /* CFG_THERMO_H */