X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_phase.h;h=572029305ed0dc8ee550aa9b5e028a2998620725;hb=39279a8f7a3c0aa7c0dc2f56863e088568044d79;hp=53d94c0ea999c01d49ae6cbd9be4a7bacb899b5b;hpb=00bc8478ab5087769fc67e52327934370ee5e3a6;p=bertos.git diff --git a/bertos/cfg/cfg_phase.h b/bertos/cfg/cfg_phase.h index 53d94c0e..57202930 100644 --- a/bertos/cfg/cfg_phase.h +++ b/bertos/cfg/cfg_phase.h @@ -39,10 +39,18 @@ #ifndef CFG_PHASE_H #define CFG_PHASE_H -/// Max value of the duty cycle on triac. $WIZARD = { "type" : "int" } +/** + * Max value of the duty cycle on triac. + * $WIZ$ type = "int" + * $WIZ$ min = 1 + */ #define CONFIG_TRIAC_MAX_DUTY 100 -/// Max value of the triac power. $WIZARD = { "type" : "int" } +/** + * Max value of the triac power. + * $WIZ$ type = "int" + * $WIZ$ min = 1 + */ #define CONFIG_TRIAC_MAX_POWER 100 #endif /* CFG_PHASE_H */