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: FatFileSystem MSCFileSystem SPI_TFTx2 TFT_fonts TOUCH_TFTx2 beep mbed
Fork of CANary_corrupt by
Diff: displayModes.cpp
- Revision:
- 33:a277743ebdeb
- Parent:
- 28:f24ac05645d9
- Child:
- 34:4751a8259b18
--- a/displayModes.cpp Tue Mar 19 01:23:26 2013 +0000 +++ b/displayModes.cpp Tue Mar 19 04:43:43 2013 +0000 @@ -361,6 +361,13 @@ } sprintf(sTemp2," Logging"); showButton(0,1,sTemp1,sTemp2,3,3); + if (repeatPoll) { + sprintf(sTemp1," Disable"); + } else { + sprintf(sTemp1," Enable"); + } + sprintf(sTemp2," Auto CP"); + showButton(1,1,sTemp1,sTemp2,3,3); } void showDateTime(bool force){