Age | Commit message (Expand) | Author | Files | Lines |
2012-01-14 | Offical 1.0.2 release, fixed contrast bug when program startsHEADmaster | Josh Perfetto | 3 | -2/+4 |
2012-01-14 | Add config command for contrast adjustment | Josh Perfetto | 5 | -12/+56 |
2011-12-18 | Rev version number | Josh Perfetto | 1 | -1/+1 |
2011-12-16 | Fix cycle count display when having an initial step | Josh Perfetto | 2 | -3/+7 |
2011-08-08 | Add Linux NCC | Josh Perfetto | 2 | -0/+29 |
2011-08-08 | Add OSX NCC | Josh Perfetto | 5 | -0/+2023 |
2011-07-08 | Merge branch 'master' of github.com:jperfetto/OpenPCR | Tito Jankowski | 3 | -5/+10 |
2011-07-08 | Version 1.0 package. Updated NativeApplicationUpdater to download software up... | Tito Jankowski | 6 | -0/+209 |
2011-06-29 | Make auto-start more robust against inconsistent initial memory | Josh Perfetto | 1 | -1/+3 |
2011-06-29 | Free up memory by using 20 max cycles, moving sprintfloat form strings to pro... | Josh Perfetto | 2 | -4/+7 |
2011-06-27 | Merge branch 'master' of github.com:jperfetto/OpenPCR | Tito Jankowski | 4 | -15/+55 |
2011-06-27 | Fixed USB volumechangeevents in Windows by instead tracking drive name rather... | Tito Jankowski | 1 | -9/+13 |
2011-06-26 | Tweak initial ETA calculations to assume 1 C/s ramp times | Josh Perfetto | 1 | -1/+1 |
2011-06-26 | Improve restart detection algorithm | Josh Perfetto | 1 | -9/+4 |
2011-06-26 | Improve crash/restart detection, works more reliably and auto-run now works o... | Josh Perfetto | 3 | -6/+6 |
2011-06-26 | Add autorun.inf to disable auto-open of explorer on WinXP/Vista, does not wor... | Josh Perfetto | 1 | -2/+39 |
2011-06-26 | Optimize PID control at low increasing temps, decrease max steps to 25 to fre... | Josh Perfetto | 2 | -4/+12 |
2011-06-25 | Merge branch 'master' of github.com:jperfetto/OpenPCR | Tito Jankowski | 1 | -2/+9 |
2011-06-25 | Other misc changes | Tito Jankowski | 1 | -11/+20 |
2011-06-25 | Improve PID performance for decreasing at high temps | Josh Perfetto | 1 | -2/+9 |
2011-06-25 | Merge branch 'master' of github.com:jperfetto/OpenPCR | Tito Jankowski | 8 | -67/+126 |
2011-06-25 | Misc stuff | Tito Jankowski | 3 | -45/+84 |
2011-06-25 | Fix bug with not auto-starting when connected to air app | Josh Perfetto | 2 | -1/+4 |
2011-06-25 | Remove erroneously committed build dir | Josh Perfetto | 28 | -634/+0 |
2011-06-25 | Move all strings into PROGMEM to conserve SRAM | Josh Perfetto | 35 | -63/+731 |
2011-06-25 | Don't auto-start if status.txt is read | Josh Perfetto | 6 | -10/+32 |
2011-06-25 | Updated so protocol sent to device is maximum of 3 elements at top level | Tito Jankowski | 1 | -3/+18 |
2011-06-25 | Status file is read every second once app is started. Used to wait for Start ... | Tito Jankowski | 1 | -5/+4 |
2011-06-25 | Merge branch 'master' of github.com:jperfetto/OpenPCR | Tito Jankowski | 11 | -284/+318 |
2011-06-25 | Added code to update command ID after stop | Tito Jankowski | 3 | -7/+25 |
2011-06-25 | Fix bug with 1-repeate cycles | Josh Perfetto | 2 | -11/+5 |
2011-06-25 | Restart last program on power-on, don't restart if we detected a previous crash | Josh Perfetto | 8 | -69/+112 |
2011-06-25 | Revise copyright notices | Josh Perfetto | 11 | -22/+23 |
2011-06-25 | Refactor command parser out of SerialControl | Josh Perfetto | 8 | -168/+178 |
2011-06-25 | Remove unneeded I2C params | Josh Perfetto | 1 | -22/+0 |
2011-06-25 | Add optimized PID tuning for lower temps | Josh Perfetto | 1 | -7/+15 |
2011-06-25 | Formatting changes and version # changes | Tito Jankowski | 3 | -232/+242 |
2011-06-24 | Reading from the running file is now started/stopped when a protocol is start... | Tito Jankowski | 1 | -2/+3 |
2011-06-24 | Air UI continues to update after protocol is completed | Tito Jankowski | 1 | -7/+5 |
2011-06-24 | Merge branch 'master' of github.com:jperfetto/OpenPCR | Tito Jankowski | 11 | -230/+411 |
2011-06-24 | Air app status will update while lid is heating to temp | Tito Jankowski | 1 | -4/+9 |
2011-06-24 | Improve read performance for status.txt so as to not delay PID calculations, ... | Josh Perfetto | 2 | -21/+77 |
2011-06-24 | Fix display corruption after program with no final step | Josh Perfetto | 2 | -1/+4 |
2011-06-24 | Use pools for steps/cycles | Josh Perfetto | 8 | -54/+98 |
2011-06-22 | Initialize program name so we don't print garbage | Josh Perfetto | 1 | -0/+2 |
2011-06-22 | Remove hard-coded program | Josh Perfetto | 2 | -9/+8 |
2011-06-22 | Fix bug with display of final step program name | Josh Perfetto | 2 | -3/+7 |
2011-06-22 | Fix bug with temp instability when 2 concurrent steps have same temp, refacto... | Josh Perfetto | 5 | -27/+46 |
2011-06-22 | Refactor run completion code | Josh Perfetto | 2 | -8/+9 |
2011-06-22 | Wait for lid to heat before starting PCR run | Josh Perfetto | 6 | -126/+179 |