diff main.c @ 437:7d7e7f961eae

merge
author Matt Johnston <matt@ucc.asn.au>
date Mon, 22 Oct 2012 21:09:17 +0800
parents bde6cd6cbdc4 c95737913174
children 9091411be841
line wrap: on
line diff
--- a/main.c	Mon Oct 15 21:51:19 2012 +0800
+++ b/main.c	Mon Oct 22 21:09:17 2012 +0800
@@ -84,7 +84,7 @@
 static uint8_t wake_secs = 30;
 // decidegrees
 static int16_t fridge_setpoint = 180; // 18.0ºC
-static int16_t fridge_difference = 3; // 0.3ºC
+static uint16_t fridge_difference = 3; // 0.3ºC
 static uint16_t fridge_delay = 600; // seconds
 
 static uint16_t overshoot_delay = 720; // 12 mins
@@ -163,7 +163,7 @@
     uint8_t wake_secs;
 
     int16_t fridge_setpoint; // decidegrees
-    uint8_t fridge_difference; // decidegrees
+    uint16_t fridge_difference; // decidegrees
     uint16_t fridge_delay;
 
     uint16_t overshoot_delay;