From 770ac41cc791285614a0edc7cb262dacc9e772d8 Mon Sep 17 00:00:00 2001 From: Mike Beattie Date: Mon, 26 Mar 2012 22:24:05 +1300 Subject: UTC offset can be signed.. duh. Signed-off-by: Mike Beattie --- HouseControl.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HouseControl.ino b/HouseControl.ino index 75aec42..38172d6 100644 --- a/HouseControl.ino +++ b/HouseControl.ino @@ -46,7 +46,7 @@ struct st_config { byte def_gateway[4]; byte ntpServer[4]; - unsigned int UTC_offset; + int UTC_offset; byte notifyHost[4]; unsigned int notifyPort; -- cgit v1.2.3