0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 03, 2024 — Sep 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix a minor bug where if you hit just the right volume transfers for auto fly sparge you could leave the sparge in valve profile on even though the hlt was empty for the rest of the sparge. More... over 14 years ago
Added a feature to make a min HLT refill volume in case your sparge volume calc did not have enough water to cover your heating elements in the HLT causing you to dry fire them. This will force the minimum volume to be met at refill even if your sparge water is less than the minimum so you can heat the water to sparge volume and then remove only that amount from the HLT (yes sadly this leaves you with left over water in the HLT after you're done, but that's better than blown elements... noting from experience here). More... over 14 years ago
Fix a bug where the auto fly sparge logic would leave the pump on if the HLT was out of space. More... over 14 years ago
Relabeled 'Log' options as 'Com_Serial0' options. Moved BTnic to its own class to support I2C implementation for embedded module. Modified protocol to return 'GET' messages in response to 'SET' commands to eliminate the need to issue a second command. Also moved 'indexes' such as vessel or program number from being 'field 1' to being a part of the cmd field ('field 0'). Serial Logging is now optional. (With no COM_SERIAL0 options enabled the compile size is < 58KB with BTBOARD_4). More... over 14 years ago
Fix config.h goofs More... over 14 years ago
Multiple bug fixes and added code features More... over 14 years ago
Multiple bug fixes, most for PID flow control, but one for the menus as well where the last digit of an entry with divisor 1 could not be modified, removed PWM 8K code (the interrupt just wouldnt be fast enough to handle low and high % duty cycles, we'd blow an interrupt and invert out logic). Modified PID flow control to use a 10hz output controlled by the PID by timer code. Added a manual mode for PID flow control in case PID just wont work due to the long sample time required. More... over 14 years ago
Fix a bug where the 8k PWM outputs could invert their logic if switched from 100% to 0% to something greater than 0%. Also improved flow rate calc performance (reduced multiple calls to millis() to 1 call) and added some debug code for the flow rates. Also made sure the float casts were overloaded (all math that could involve a fraction done in floatA) for the volume calcs in readvolume(). More... over 14 years ago
Changed units to proper display for PID flow control in the user setup screen. More... over 14 years ago
Reordered some compile options and listed as 'Experimental' Added HLT Heat during Sparge Option with minimum volume cut-off More... over 14 years ago
Fixed Build Number and modified Steam string define logic More... over 14 years ago
Refactored getValue and several supporting functions to allow a divisor (other than a multiple of 10 provided by the existing precision param) Modified setpoints for metric users to allow .5 degree increments. The existing single byte value for setpoints is used throughout EEPROm but now represents a the number of .5 degree units in the setpoint (ie. 255 = 127.5C). More... over 14 years ago
Fix a compile bug if PID_FLOW_CONTROL was turned on More... over 14 years ago
BrewTroller 2.3 Menu Library Implemented Added I2CLCD Brightness/Contrast adjustment More... over 14 years ago
Added I2CLCD Start up delay More... over 14 years ago
Moving Unlock Icon Char init to screenInit() Fixing Jemeriah's name spelling in copyright :P More... over 14 years ago
Added I2C LCD Adjustment (Brightness/Contrast) More... over 14 years ago
Branching 2.2 for testing. More... over 14 years ago
Change UI.pde to used revised Encoder.begin() calls. Cleaned up tabs in Log_ASCII.pde Bumped build in BrewTroller.pde More... over 14 years ago
Added HLT Idle, Kettle Heat, Kettle Idle, User 1, User 2 and User 3 valve profiles Reworked Autovalve logic to support HLT-Kettle More... over 14 years ago
Fixed Dough In issue with AUTO_FILL_EXIT related to two stepadvances in one func. More... over 14 years ago
Fix for Dough-In with AUTO_FILL_EXIT related to two StepAdvances() in one func. More... over 14 years ago
Many fixes for BTBOARD_4 Fixed Vol Calibration Menu bug that was causing incorrect calibrations to be stored Fixed get/set prog name EEPROM func Added new BT Logo screen NOTE: REQUIRES NEW ENCODER, FASTPIN and PCINT LIBS More... over 14 years ago
Bug fixes for PWM_8K outputs, fixed a problem where the toggle logic for the ISR for either of the 8k outputs could be inverted if you went to full power and then turned the power back down below full power. More... over 14 years ago
update to proper revision number More... over 14 years ago
Bug fixes for PWM_BY_TIMER now confirmed as working properly More... over 14 years ago
Set default comm protocol to ASCII More... over 14 years ago
BrewTroller Board 4.0 (work in progress) More... over 14 years ago
BrewTroller Board 4.x Support (Work in progress) More... over 14 years ago
Removed some dead code Decreased built in delays in I2CLCD code to speed things up a bit More... over 14 years ago