Dual CANbus monitor and instrumentation cluster

Dependencies:   SPI_TFTx2 TFT_fonts TOUCH_TFTx2 beep mbed

Fork of CANary by Tick Tock

Revision:
47:9cc7d876dd6d
Parent:
46:73e8716f976f
Child:
48:d1ce92104a1f
--- a/main.cpp	Tue Apr 02 07:10:57 2013 +0000
+++ b/main.cpp	Tue Apr 02 07:23:46 2013 +0000
@@ -141,7 +141,7 @@
     t = *localtime(&seconds) ;
     strftime(sTemp, 32, "%a %m/%d/%Y %X\n", &t);
     logMsg(sTemp);
-    sprintf(sTemp,"CANary firmware rev46\n");
+    sprintf(sTemp,"CANary firmware rev47\n");
     logMsg(sTemp);
 
     // Look for new binary on thumbdrive
@@ -186,7 +186,7 @@
     dMode[1]=logScreen;
     lastDMode[1]=99;
     updateDisplay(1);
-    wait_ms(4000); // Pause for a few seconds
+    wait_ms(3000); // Pause for a few seconds
     dMode[1]=i;
 
     touched=false;