mbed Weather Platform firmware http://mbed.org/users/okini3939/notebook/mbed-weather-platform-firmware/

Dependencies:   EthernetNetIf SDHCFileSystem I2CLEDDisp Agentbed NTPClient_NetServices mbed BMP085 HTTPClient ConfigFile I2CLCD

Revision:
12:d9264218a5e9
Parent:
11:c6356e5949cd
Child:
13:20c0f845df68
--- a/main.cpp	Thu Mar 17 14:13:42 2011 +0000
+++ b/main.cpp	Thu Mar 17 22:46:03 2011 +0000
@@ -339,7 +339,7 @@
         if (conf.inputtype == INPUT_MOIST) {
             moist = get_moist(*aimoist);
         } else {
-            moist = get_counter(0);
+            moist = get_counter(1);
         }
         uv = get_uv(aiuv);