Program for R306 fingerprint module

Dependencies:   FPC_R306_fingerprintmodule SDFileSystem WIZnetInterface mbed-src

Fork of GT511C3_TimeStamp_WIZwiki-W7500 by WIZnet

Revision:
12:0dbf1579a20f
Parent:
10:7b0c02f61513
Child:
13:a9c08bbe3ce3
--- a/main.cpp	Thu Jul 30 08:19:13 2015 +0000
+++ b/main.cpp	Thu Jul 30 10:59:42 2015 +0000
@@ -159,7 +159,7 @@
             //FORMAT TIME FOR DISPLAY AND STORE FORMATTED RESULT IN BUFFER
             strftime(buffer,80,"%Y/%m/%d  %p %I:%M:%S \r\n",localtime(&sysTime));
             fprintf(fp, "ID : %d\r\nTime : %s\r\n", ID, buffer);
-            printf("Univ Time Clock\r\n%s\r\n", buffer);
+            printf("Date and Time\r\n%s\r\n", buffer);
         }
             
         printf("Remove finger\r\n");