Index: tools/ListenToArduino/main.c
===================================================================
--- tools/ListenToArduino/main.c	(revision 107)
+++ tools/ListenToArduino/main.c	(revision 108)
@@ -180,5 +180,5 @@
 
 // OPens or Creates an Outfile named
-// "TEMP_YYYYMMDD.slow"
+// "CLIM_YYYYMMDD.slow"
 // this file should contain all enviromentals from noon to noon.
 // The File is created if it doesn't exist.
@@ -196,5 +196,5 @@
 	
 	// check what day it is today :-)
-	if ((*timeinfo).tm_hour >13){ //then it is already tommorow
+	if ((*timeinfo).tm_hour >12){ //then it is already tommorow
 	rawtime += 86400;
 	timeinfo = gmtime ( &rawtime );
@@ -208,5 +208,5 @@
 		return NULL;
 	}
-	sprintf(outfilename,"%sTEMP_%04d%02d%02d.slow",
+	sprintf(outfilename,"%sCLIM_%04d%02d%02d.slow",
 			path, // from user
 			(*timeinfo).tm_year+1900,
