Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SPI_TFTx2_ILI9341 TFT_fonts TOUCH_TFTx2_ILI9341 mbed
Fork of CANary_corrupt by
Revision 208:bfb6b68d1677, committed 2015-07-01
- Comitter:
- TickTock
- Date:
- Wed Jul 01 22:21:52 2015 +0000
- Parent:
- 207:411cdca211aa
- Commit message:
- Added option to auto delete logs older that a configurable number of days.
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Jun 29 13:19:25 2015 +0000 +++ b/main.cpp Wed Jul 01 22:21:52 2015 +0000 @@ -1,19 +1,17 @@ // main.cpp // //To Do: -// * Fix USB hot plug (must reset every time USB plugged) // * Add 50% charge option // * Add linear efficiency graph with 10 minute values // * Add in-device config editor // * Change pack volt color when CVLI fails // * Add tire pressure cal (40psi for me = FR 38, RR 38.2, FL 37.8, RL 38 - maybe 2psi error on my tire gauge?) -// * Add on screen messages for heater on, etc, and use refresh feature above to clear in x seconds // * Be more efficient with write buffer (use msgLen instead of always storing 8 bytes) // * fix bug where charging while on screws up efficiency computation // * find better kWh estimate than gids -// rev207 -// * fixed bugs in log file age determination +// rev208 +// // Include this before other header files #include "precompile.h" @@ -27,7 +25,7 @@ #include "displayModes.h" #include "TOUCH_TFTx2.h" -char revStr[7] = "207"; +char revStr[7] = "208"; unsigned long maxTarget = 1000; FATFS USBdrive; LocalFileSystem local("local");