Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
B
brew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
João Lino
brew
Commits
ecde9ecc
Commit
ecde9ecc
authored
Feb 18, 2018
by
João Lino
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes during cooking.
parent
90ab15b9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
Profiles.h
Profiles.h
+1
-1
brew.ino
brew.ino
+4
-4
No files found.
Profiles.h
View file @
ecde9ecc
...
...
@@ -46,7 +46,7 @@
#define PROFILE_TRIGO_PROTEOLYTIC_TEMPERATURE PROFILE_BASIC_PROTEOLYTIC_TEMPERATURE
#define PROFILE_TRIGO_BETAAMYLASE_TEMPERATURE 62
#define PROFILE_TRIGO_ALPHAAMYLASE_TEMPERATURE PROFILE_BASIC_ALPHAAMYLASE_TEMPERATURE
#define PROFILE_TRIGO_MASHOUT_TEMPERATURE 78
#define PROFILE_TRIGO_MASHOUT_TEMPERATURE
PROFILE_BASIC_MASHOUT_TEMPERATURE //
78
#define PROFILE_TRIGO_RECIRCULATION_TEMPERATURE PROFILE_BASIC_RECIRCULATION_TEMPERATURE
#define PROFILE_TRIGO_SPARGE_TEMPERATURE PROFILE_BASIC_SPARGE_TEMPERATURE
#define PROFILE_TRIGO_BOIL_TEMPERATURE PROFILE_BASIC_BOIL_TEMPERATURE
...
...
brew.ino
View file @
ecde9ecc
...
...
@@ -6,8 +6,8 @@
//#define DEBUG
#define INFO
#define HEATING_ELEMENT_ALWAYS_OFF
#define PUMP_ALWAYS_OFF
//
#define HEATING_ELEMENT_ALWAYS_OFF
//
#define PUMP_ALWAYS_OFF
// ######################### LIBRARIES #########################
#include "brew.h"
...
...
@@ -979,11 +979,11 @@ void xManageMachineSystems() {
break
;
}
case
eCookingStage_Mashout
:
{
xBasicStageOperation
(
mashoutTime
,
mashoutTemperature
,
1
.0
,
eCookingStage_Recirculation
,
true
);
xBasicStageOperation
(
mashoutTime
,
mashoutTemperature
,
3
.0
,
eCookingStage_Recirculation
,
true
);
break
;
}
case
eCookingStage_Recirculation
:
{
xBasicStageOperation
(
recirculationTime
,
recirculationTemperature
,
1
.0
,
eCookingStage_Sparge
,
true
);
xBasicStageOperation
(
recirculationTime
,
recirculationTemperature
,
2
.0
,
eCookingStage_Sparge
,
true
);
break
;
}
case
eCookingStage_Sparge
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment