Skip to content

Commit b36a3b9

Browse files
committed
Version 0.51 Release - Heartbeat and Calibration
Added code to toggle pin 4 as a heartbeat signal to the IOIO so it can reset if communication is lost. Also added code to reset the IOIO if 300 identical temperature sensors are received. Made the effective calibration visible. Fixed bug in option to trigger the Fan with AC.
1 parent d03e2ea commit b36a3b9

23 files changed

+42
-21
lines changed
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
9 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

com.androidthermostat.client/src/com/androidthermostat/client/FurnaceSettingsFragment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ private void saveData()
114114

115115
b = (RadioButton) root.findViewById(fanOnCoolRadio.getCheckedRadioButtonId());
116116
try{
117-
if (b.getText().equals("Yes")) s.setFanOnCool(true); else s.setFanOnCool(true);
117+
if (b.getText().equals("Yes")) s.setFanOnCool(true); else s.setFanOnCool(false);
118118
} catch (Exception ex)
119119
{
120120
s.setFanOnCool(true);
712 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)