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.
Diff: Options_Engine/OptionsEngine.cpp
- Revision:
- 36:9f7463a65fe0
- Parent:
- 35:138ad0faa42b
- Child:
- 37:de1f584bce71
--- a/Options_Engine/OptionsEngine.cpp Sat May 04 18:56:38 2019 +0000 +++ b/Options_Engine/OptionsEngine.cpp Mon May 06 00:05:52 2019 +0000 @@ -143,7 +143,7 @@ lcd.printString("R>", 72, 3); char buffer[14]; for(int i = 0; i < 5; i++){ - sprintf(buffer, "%d. %.2f", _classic_index[i], _classic_values[i]); + sprintf(buffer, "%d. %.0fs", _classic_index[i], _classic_values[i]); lcd.printString(buffer, 0, i + 1); } }