openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
B
brewtroller
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 19 hours
ago. based on code collected
about 19 hours
ago.
Sep 08, 2024 — Sep 08, 2025
Showing page 7 of 13
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
As usual for me, I forgot something simple.... properly updating the build number.
devon_dallmann
More...
about 14 years ago
Fix a bug where if your strike volume plus your sparge volume exceeded the capacity of your HLT, you would not properly fill your MLT with the right volume during grain in. This is because you would request to turn on the sparge in logic until the HLT hit the sparge volume, however because you can only fill the HLT to its capacity the (capacity - sparge volume) is less than the mash volume needed. The new math takes the min of either sparge volume plus mash volume or the HLT capacity and then subtracts the mash volume from it, making sure that you transfer as much as you need into the mash, and then the refill step will re-fill to the proper sparge volume.
devon_dallmann
More...
about 14 years ago
Forced default LCD values for bright/contrast prior to EEPROm init
mattreba
More...
about 14 years ago
Fixed LCD pin map
mattreba
More...
about 14 years ago
Fixing Build #
mattreba
More...
about 14 years ago
Fixed LCD buffer overflows and various BTnic bugs.
mattreba
More...
about 14 years ago
Fixing overflow in I2CLCD lpad/rpad funcs
mattreba
More...
about 14 years ago
Fixing I2CLCD printLCDlPad/printLCDCenter/printLCDrPad overflow issues
mattreba
More...
about 14 years ago
Fixed buffer overflow in printLCDCenter function.
mattreba
More...
about 14 years ago
Fixing Build Version
mattreba
More...
about 14 years ago
Fixed overflow issue with LCD.center() function. s[20] -> s[21]
mattreba
More...
about 14 years ago
Fixing UI_LCD include file changes
mattreba
More...
over 14 years ago
Support for BT 4.0 Lite with the exception of RS485/MODBUS logic.
mattreba
More...
over 14 years ago
Made PVOUT support optional for BT 4.0 Lite.
mattreba
More...
over 14 years ago
Moved Hardware Configurations into HWProfile.h. Copy the appropriate HWProfile.h from the HWProfiles folder structure into the root BrewTroller folder.
mattreba
More...
over 14 years ago
Merging Devon's changes into 2.3 branch
mattreba
More...
over 14 years ago
-_- fix a stupid mistake on my part where I left a debug define in BrewTroller.pde
devon_dallmann
More...
over 14 years ago
Fix two bugs. One where there was an issue with a byte from the EEPROM messing up volume calculation for preboil volume sense it was not being cast as unsigned long, and another where the strike volume was not being calculated properly due to an addition of a value with different units before the unit conversion.
devon_dallmann
More...
over 14 years ago
Add metric units for BOIL_OFF_GALLONS.
devon_dallmann
More...
over 14 years ago
Fix a bug for the last submit where the expected sparge temp was not multiplied by the needed multiplier to get a temperature value out but instead left as its value from EEPROM which cannot be compared to a temp sensor output.
devon_dallmann
More...
over 14 years ago
Add an option so that with AUTO_MASH_HOLD_EXIT the mash hold step will not advance until the HLT has reached the currently active programs sparge temp.
devon_dallmann
More...
over 14 years ago
git-svn-id: http://brewtroller.googlecode.com/svn/branches/BrewTroller/2.3@709 786cebc4-e6f9-11dd-9c15-fdd50ba39c1e
mattreba
More...
over 14 years ago
Add a feature for auto fly sparge that allows you to continue to pull out of the HLT below the dead space value so that you can add dead space for liquid in tubing and other things to the HLT dead space to make your boil kettle volume correct if you have a large loss, but still be able to drain your HLT to as low as you need to during fly sparge.
devon_dallmann
More...
over 14 years ago
Added MASH_PREHEAT_NOVALVES. Also committing BTnic Embedded support.
mattreba
More...
over 14 years ago
Add a feature to change the boil off units to 0.1 gallons per hour instead of % per hour (so that it doesnt have to be changed based on the batch size, sense the boil off is usually dependent on the system and not the batch size).
devon_dallmann
More...
over 14 years ago
Modification to reduce the schema size at 63376 so it compiles by default for 64k users.
shimodabt
More...
over 14 years ago
Ensure that StepAdvance always return a defaul value of zero.
shimodabt
More...
over 14 years ago
Ensure StepAdvance always return a default value of zero.
shimodabt
More...
over 14 years ago
Ensure that stepAdvance always returns a default value of zero.
shimodabt
More...
over 14 years ago
Added include to fix complilation error when comschema 1 was selected. Fixed minor UI bug regarding boil temp display.
keith.mycek
More...
over 14 years ago
←
1
2
3
4
5
6
7
8
9
10
11
12
13
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree