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:
- 22:2c37ac12746e
- Parent:
- 20:5de24e4ae1c5
- Child:
- 23:318f52616b3b
--- a/src/menu.cpp Fri Jan 11 21:45:55 2019 +0000 +++ b/src/menu.cpp Tue Jan 15 01:32:33 2019 +0000 @@ -117,7 +117,8 @@ sprintf( strbuf, "%c[9;0f", 27); // ESC=27, Move cursor position = [line;columnf sendSerial(strbuf); - sprintf(strbuf, "Status: %s%s%s%s%s%s\r\n\r\n", strbuf_mode, strbuf_running, strbuf_v48, strbuf_v24, strbuf_v12, strbuf_blank); + //sprintf(strbuf, "Status: %s%s%s%s%s%s\r\n\r\n", strbuf_mode, strbuf_running, strbuf_v48, strbuf_v24, strbuf_v12, strbuf_blank); + sprintf(strbuf, "Status: %s%s%s%s%s%d \r\n\r\n", strbuf_mode, strbuf_running, strbuf_v48, strbuf_v24, strbuf_v12, row_print); sendSerial(strbuf); } @@ -195,7 +196,7 @@ sprintf( strbuf, "%c[34m", 27 ); // ESC=27, Blue Text sendSerial(strbuf); - sprintf(strbuf, " Agility Power Systems DCM1 v0.9 LUT v%1.1f\r\n\r\n", LUT_VER); + sprintf(strbuf, " Agility Power Systems DCM1 v0.95 LUT v%1.3f\r\n\r\n", LUT_VER); sendSerial(strbuf); sprintf( strbuf, "%c[0m", 27 ); // ESC=27, Normal