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: mbed
Diff: src/menu.cpp
- Revision:
- 20:5de24e4ae1c5
- Parent:
- 18:78e982f31c6b
- Child:
- 22:2c37ac12746e
diff -r 1f6363b6a9da -r 5de24e4ae1c5 src/menu.cpp --- a/src/menu.cpp Fri Dec 14 00:32:33 2018 +0000 +++ b/src/menu.cpp Tue Jan 08 22:05:53 2019 +0000 @@ -195,7 +195,7 @@ sprintf( strbuf, "%c[34m", 27 ); // ESC=27, Blue Text sendSerial(strbuf); - sprintf(strbuf, " Agility Power Systems DCM1 v0.8 LUT v%1.1f\r\n\r\n", LUT_VER); + sprintf(strbuf, " Agility Power Systems DCM1 v0.9 LUT v%1.1f\r\n\r\n", LUT_VER); sendSerial(strbuf); sprintf( strbuf, "%c[0m", 27 ); // ESC=27, Normal