Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix of Shottimer Scale, Update Shottimer-Types, Renaming BREWCONTROL_…
…TYPE to FEATURE_BREWCONTROL, Combined brews (time/weight) - Renaming of BREWCONTROL_TYPE to FEATURE_BREWCONTROL in project. data/app.js - Added section "Brew Control" for website src/display/displayCommon.h: - Unified the shottimer with/without scale from two separate shottimers to just one with showing the weight if a scale is available (FEATURE_SCALE). - Changed to do no compilation of Scale-Code if not needed - Removed SHOTTIMER_TYPE src/display/displayRotateUpright.h - SHOTTIMER_TYPE removed - Syntax error fixed src/display/displayTemplateScale.h - Modification of template to show the last brewtime (same as weight) - Changed to not show target-values of time/weight if deactivated via parameter src/display/displayTemplateUpright.h - Old variable sensorError replaced with new function of Tempsensor. src/brewHandler.h: - Removed the brew by weight as a separate type and included its functionality in brew by time for easier maintenance. - scaleDelayValue removed, as this value varies with different coffees, ratio,... and therefore it makes no sense to use it as a constant. --> Makes more sense to adjust it with the target-weight. - Removal of timeBrewed set to 0 and set of lastBrewTime in step kBrewFinished as this is also performed in kWatBrewOff and will make problems with showing the time in the shottimer. - stop brew by BREWCONtROL_TYPE instead of FEATURE_BREWCONTROL - Removal of scale-calculations --> Now done in shottimerscale of scalehandler - Added no stop of brew via time/weight if target-param is 0 src/defaults.h - Changed min-value of brew-taraget-min src/main.cpp - removed zeroing the variable lastBrewTime to show it in template-scale. --> Reset is not needed as the variable will set with every brew again. - All check of FEATURE_BREWCONTROL > 0 replaced with == 1 - removed variable brewControlType as it is not used - Moved brew-target-parameters of website to new section - Use shottimerscale for calculations of brew-weight with/without brew-feature activated src/scaleHandler.h - Set weightBrew to 0 until the preinfusion is finished and normal brew starts src/userConfig_sample.h - Renaming of BREWCONTROL_TYPE to FEATURE_BREWCONTROL with explanation - Added explanation of FEATURE_SHOTTIMER, if FEATURE_SCALE is activated that the weight will be shown. - Removed SHOTTIMER_TYPE as it is no longer needed - Modifierd explanation of BREWDETECTION_TYPE to FEATURE_BREWCONTROL - Changed description of FEATURE_BREWCONTROL - Removed BREWCONTROL_TYPE --> Configuration via Parameters in Brew-Target-Section Fix of Shottimer Scale, Update Shottimer-Types, Renaming BREWCONTROL_TYPE to FEATURE_BREWCONTROL, Combined brews (time/weight) - Renaming of BREWCONTROL_TYPE to FEATURE_BREWCONTROL in project. data/app.js - Added section "Brew Control" for website src/display/displayCommon.h: - Unified the shottimer with/without scale from two separate shottimers to just one with showing the weight if a scale is available (FEATURE_SCALE). - Changed to do no compilation of Scale-Code if not needed - Removed SHOTTIMER_TYPE src/display/displayRotateUpright.h - SHOTTIMER_TYPE removed - Syntax error fixed src/display/displayTemplateScale.h - Modification of template to show the last brewtime (same as weight) - Changed to not show target-values of time/weight if deactivated via parameter src/display/displayTemplateUpright.h - Old variable sensorError replaced with new function of Tempsensor. src/brewHandler.h: - Removed the brew by weight as a separate type and included its functionality in brew by time for easier maintenance. - scaleDelayValue removed, as this value varies with different coffees, ratio,... and therefore it makes no sense to use it as a constant. --> Makes more sense to adjust it with the target-weight. - Removal of timeBrewed set to 0 and set of lastBrewTime in step kBrewFinished as this is also performed in kWatBrewOff and will make problems with showing the time in the shottimer. - stop brew by BREWCONtROL_TYPE instead of FEATURE_BREWCONTROL - Removal of scale-calculations --> Now done in shottimerscale of scalehandler - Added no stop of brew via time/weight if target-param is 0 src/defaults.h - Changed min-value of brew-taraget-min src/main.cpp - removed zeroing the variable lastBrewTime to show it in template-scale. --> Reset is not needed as the variable will set with every brew again. - All check of FEATURE_BREWCONTROL > 0 replaced with == 1 - removed variable brewControlType as it is not used - Moved brew-target-parameters of website to new section - Use shottimerscale for calculations of brew-weight with/without brew-feature activated src/scaleHandler.h - Set weightBrew to 0 until the preinfusion is finished and normal brew starts src/userConfig_sample.h - Renaming of BREWCONTROL_TYPE to FEATURE_BREWCONTROL with explanation - Added explanation of FEATURE_SHOTTIMER, if FEATURE_SCALE is activated that the weight will be shown. - Removed SHOTTIMER_TYPE as it is no longer needed - Modifierd explanation of BREWDETECTION_TYPE to FEATURE_BREWCONTROL - Changed description of FEATURE_BREWCONTROL - Removed BREWCONTROL_TYPE --> Configuration via Parameters in Brew-Target-Section Renaming of BREWCONTROL_TYPE to FEATURE_BREWCONTROL src/display/displayTemplateMinimal.h - Renaming of BREWCONTROL_TYP to FEATURE_BREWCONTROL src/display/displayTemplateStandard.h - Renaming of BREWCONTROL_TYP to FEATURE_BREWCONTROL Fix of Shottimer Scale, Update Shottimer-Types, Renaming BREWCONTROL_TYPE to FEATURE_BREWCONTROL, Combined brews (time/weight) - Renaming of BREWCONTROL_TYPE to FEATURE_BREWCONTROL in project. data/app.js - Added section "Brew Control" for website src/display/displayCommon.h: - Unified the shottimer with/without scale from two separate shottimers to just one with showing the weight if a scale is available (FEATURE_SCALE). - Changed to do no compilation of Scale-Code if not needed - Removed SHOTTIMER_TYPE src/display/displayRotateUpright.h - SHOTTIMER_TYPE removed - Syntax error fixed src/display/displayTemplateScale.h - Modification of template to show the last brewtime (same as weight) - Changed to not show target-values of time/weight if deactivated via parameter src/display/displayTemplateUpright.h - Old variable sensorError replaced with new function of Tempsensor. src/brewHandler.h: - Removed the brew by weight as a separate type and included its functionality in brew by time for easier maintenance. - scaleDelayValue removed, as this value varies with different coffees, ratio,... and therefore it makes no sense to use it as a constant. --> Makes more sense to adjust it with the target-weight. - Removal of timeBrewed set to 0 and set of lastBrewTime in step kBrewFinished as this is also performed in kWatBrewOff and will make problems with showing the time in the shottimer. - stop brew by BREWCONtROL_TYPE instead of FEATURE_BREWCONTROL - Removal of scale-calculations --> Now done in shottimerscale of scalehandler - Added no stop of brew via time/weight if target-param is 0 src/defaults.h - Changed min-value of brew-taraget-min src/main.cpp - removed zeroing the variable lastBrewTime to show it in template-scale. --> Reset is not needed as the variable will set with every brew again. - All check of FEATURE_BREWCONTROL > 0 replaced with == 1 - removed variable brewControlType as it is not used - Moved brew-target-parameters of website to new section - Use shottimerscale for calculations of brew-weight with/without brew-feature activated src/scaleHandler.h - Set weightBrew to 0 until the preinfusion is finished and normal brew starts src/userConfig_sample.h - Renaming of BREWCONTROL_TYPE to FEATURE_BREWCONTROL with explanation - Added explanation of FEATURE_SHOTTIMER, if FEATURE_SCALE is activated that the weight will be shown. - Removed SHOTTIMER_TYPE as it is no longer needed - Modifierd explanation of BREWDETECTION_TYPE to FEATURE_BREWCONTROL - Changed description of FEATURE_BREWCONTROL - Removed BREWCONTROL_TYPE --> Configuration via Parameters in Brew-Target-Section Fix of Shottimer Scale, Update Shottimer-Types, Renaming BREWCONTROL_TYPE to FEATURE_BREWCONTROL, Combined brews (time/weight) - Renaming of BREWCONTROL_TYPE to FEATURE_BREWCONTROL in project. data/app.js - Added section "Brew Control" for website src/display/displayCommon.h: - Unified the shottimer with/without scale from two separate shottimers to just one with showing the weight if a scale is available (FEATURE_SCALE). - Changed to do no compilation of Scale-Code if not needed - Removed SHOTTIMER_TYPE src/display/displayRotateUpright.h - SHOTTIMER_TYPE removed - Syntax error fixed src/display/displayTemplateScale.h - Modification of template to show the last brewtime (same as weight) - Changed to not show target-values of time/weight if deactivated via parameter src/display/displayTemplateUpright.h - Old variable sensorError replaced with new function of Tempsensor. src/brewHandler.h: - Removed the brew by weight as a separate type and included its functionality in brew by time for easier maintenance. - scaleDelayValue removed, as this value varies with different coffees, ratio,... and therefore it makes no sense to use it as a constant. --> Makes more sense to adjust it with the target-weight. - Removal of timeBrewed set to 0 and set of lastBrewTime in step kBrewFinished as this is also performed in kWatBrewOff and will make problems with showing the time in the shottimer. - stop brew by BREWCONtROL_TYPE instead of FEATURE_BREWCONTROL - Removal of scale-calculations --> Now done in shottimerscale of scalehandler - Added no stop of brew via time/weight if target-param is 0 src/defaults.h - Changed min-value of brew-taraget-min src/main.cpp - removed zeroing the variable lastBrewTime to show it in template-scale. --> Reset is not needed as the variable will set with every brew again. - All check of FEATURE_BREWCONTROL > 0 replaced with == 1 - removed variable brewControlType as it is not used - Moved brew-target-parameters of website to new section - Use shottimerscale for calculations of brew-weight with/without brew-feature activated src/scaleHandler.h - Set weightBrew to 0 until the preinfusion is finished and normal brew starts src/userConfig_sample.h - Renaming of BREWCONTROL_TYPE to FEATURE_BREWCONTROL with explanation - Added explanation of FEATURE_SHOTTIMER, if FEATURE_SCALE is activated that the weight will be shown. - Removed SHOTTIMER_TYPE as it is no longer needed - Modifierd explanation of BREWDETECTION_TYPE to FEATURE_BREWCONTROL - Changed description of FEATURE_BREWCONTROL - Removed BREWCONTROL_TYPE --> Configuration via Parameters in Brew-Target-Section Renaming of BREWCONTROL_TYPE to FEATURE_BREWCONTROL src/display/displayTemplateMinimal.h - Renaming of BREWCONTROL_TYP to FEATURE_BREWCONTROL src/display/displayTemplateStandard.h - Renaming of BREWCONTROL_TYP to FEATURE_BREWCONTROL
- Loading branch information