Dual CANbus monitor and instrumentation cluster supporting ILI9341 display controller

Dependencies:   SPI_TFTx2_ILI9341 TOUCH_TFTx2_ILI9341 TFT_fonts mbed

Fork of CANary by Tick Tock

Revision:
51:6187c5264a73
Parent:
50:83d5864c64a0
Child:
52:d5385fbf4ea1
Child:
54:6ce808d0995e
--- a/main.cpp	Sun Apr 07 16:34:12 2013 +0000
+++ b/main.cpp	Sun Apr 07 17:11:28 2013 +0000
@@ -155,7 +155,7 @@
     t = *localtime(&seconds) ;
     strftime(sTemp, 32, "%a %m/%d/%Y %X\n", &t);
     logMsg(sTemp);
-    sprintf(sTemp,"CANary firmware rev50\n");
+    sprintf(sTemp,"CANary firmware rev51\n");
     logMsg(sTemp);
 
     // Look for new binary on thumbdrive