0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 21, 2024 — Aug 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
BT move to /branches More... almost 15 years ago
BT move to /branches More... almost 15 years ago
BT move to /branches More... almost 15 years ago
Added support for the I2CLCD backpack. Enable by setting UI_LCD_I2C in Config.h. More... almost 15 years ago
Added GET_LOG and GET_VER serial commands More... about 15 years ago
Merged Keith's alarm changes from 2.0 svn merge -c 449 https://brewtroller.googlecode.com/svn/BrewTroller/branches/2.0 More... about 15 years ago
Fixed Alarm and Timer persistance issues More... about 15 years ago
Removed commented line since brew test proves new code works properly. Fixed display bug from the VOLUME_MANUAL changes. More... about 15 years ago
Changed VOLUME_MANUAL to off by default, was left on by accident. More... about 15 years ago
Incorporated Jason's bugfix for target HLT volume during the grain-in step More... about 15 years ago
Ported fixes from branches/2....@434-444 to trunk More... about 15 years ago
Fixed mash water calculation in ADDGRAIN step. Added basic support and config for manual volume operation, for when the user does not use volume sensors. More... about 15 years ago
Removed handler parameter from RejectMessage and RejectParam functions, as is is no longer needed. More... about 15 years ago
Fixed numerous serial messages to comply with documentation More... about 15 years ago
First BT 2.1 build. Moved compile options to Config.h Moved enumerations to Enum.h More... about 15 years ago
Fixed vlvConfigIsActive logic resulting in Mash Heat/mash idle bugs. Moved Mash AutoValve control (On/Off) to Events subsystem. More... about 15 years ago
Enabled Autovalve Mash logic when manually setting mash setpoint and after restoring setpoints from a power loss if mash setpoint > 0. More... about 15 years ago
Second attempt at Read_Temp overflow issues. Now using long internally instead of int. More... about 15 years ago
Fixed get_vlvcfg/set_vlvcfg commands to access all valve configs. More... about 15 years ago
Modified C to F conversion in readTemp to avoid integer overflow. More... about 15 years ago
Fixed Mash Autovalve logic to alow use of Mash idle profile at start of step. Previously mash idle would only be enabled as part of turning off mash heat. More... about 15 years ago
Modified PIDCycle to represent tenths of a second allowing for values of 0.1-25.5s instead of 1-255s. More... about 15 years ago
Separated debugging messages into their own options. Added PID Gain debugging. More... about 15 years ago
Fixed SET_PROG/PROG_SET serial messages. Fixed BTPD setpoint display. More... about 15 years ago
New OneWire temp reading logic with optional parasite power and configrable resolution. Replaced float variables with ints/longs representing fixed decimal values. Replaced BTPD logic with updated code from vonnieda. Renamed Mash (Liquor) Heat Source program setting to Strike (Water) Heat Source. Added HLT-as-Kettle option for two vessel support. Added MASH_PREHEAT_SENSOR option to use alternate temperature sensor for mash during preheat (Yorg dedicated HEX) Added MASH_PREHEAT_STRIKE/MASH_PREHEAT_STEP1 options to allow mash to be preheated when Strike Heat source is set to HLT (Yorg dedicated HEX). Added Mash temperature averaging using up to 4 sensors (Mash + AUX1/AUX2/AUX3). More... about 15 years ago
Fixed STRIKE_TEMP_OFFSET bug. Changed alarm symbol to bell shape (Thanks Mylo). Fixed alarm symbol display bug. Removed duplicate code in boil screen refresh to display alarm symbol. More... about 15 years ago
Updated BTPD channel numbers to match BTPD device firmware Added BTPD_TIMERS option More... about 15 years ago
Removed SysInfo. Added Baud Rate compile option. Added BTPD support. More... about 15 years ago
Boil Step Init Fixes More... about 15 years ago
Added flow rate calculations based on volume changes over a specified interval. This information is currently displayed via serial logs only as part of the VOL message. More... about 15 years ago