main/config.c

changeset 19
49e2960d4642
parent 15
34b1eb93e71a
child 57
6c5211c0120b
equal deleted inserted replaced
18:5d4a40fe9967 19:49e2960d4642
429 recipe.MashStep[0].Type = MASHTYPE_INFUSION; 429 recipe.MashStep[0].Type = MASHTYPE_INFUSION;
430 recipe.MashStep[0].Temperature = recipe.MashStep[0].Infusion_temp = 67.5; 430 recipe.MashStep[0].Temperature = recipe.MashStep[0].Infusion_temp = 67.5;
431 recipe.MashStep[0].Infusion_amount = 15.0; 431 recipe.MashStep[0].Infusion_amount = 15.0;
432 recipe.MashStep[0].Resttime = 1; 432 recipe.MashStep[0].Resttime = 1;
433 recipe.MashStep[0].Ramptime = 1; 433 recipe.MashStep[0].Ramptime = 1;
434 for (int i = 1; i < 8; i++)
435 recipe.MashStep[i].Type = MASHTYPE_TEMPERATURE;
434 sprintf(recipe.MashStep[1].Name, "Mash"); 436 sprintf(recipe.MashStep[1].Name, "Mash");
435 recipe.MashStep[1].Type = MASHTYPE_TEMPERATURE;
436 recipe.MashStep[1].Temperature = 67.0; 437 recipe.MashStep[1].Temperature = 67.0;
437 recipe.MashStep[1].Resttime = 75; 438 recipe.MashStep[1].Resttime = 75;
438 recipe.MashStep[1].Ramptime = 1; 439 recipe.MashStep[1].Ramptime = 1;
439 sprintf(recipe.MashStep[7].Name, "Mash-out"); 440 sprintf(recipe.MashStep[7].Name, "Mash-out");
440 recipe.MashStep[7].Type = MASHTYPE_TEMPERATURE;
441 recipe.MashStep[7].Temperature = 78.0; 441 recipe.MashStep[7].Temperature = 78.0;
442 recipe.MashStep[7].Resttime = 5; 442 recipe.MashStep[7].Resttime = 5;
443 recipe.MashStep[7].Ramptime = 11; 443 recipe.MashStep[7].Ramptime = 11;
444 recipe.BoilTime = 60; 444 recipe.BoilTime = 60;
445 recipe.Additions = 2; 445 recipe.Additions = 2;

mercurial