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: main.cpp
- Revision:
- 3:00878bd4ddb8
- Parent:
- 2:daceae26f5df
- Child:
- 4:7677c7a54d19
- Child:
- 5:124172cff206
diff -r daceae26f5df -r 00878bd4ddb8 main.cpp
--- a/main.cpp Fri Dec 18 13:14:47 2020 +0000
+++ b/main.cpp Fri Dec 18 21:16:26 2020 +0000
@@ -84,8 +84,8 @@
printf("\033[14;1HChange to: %s %c", inputStr, 0x08);
printf("\033[25h");
break;
- case 0x09:
- switch (selection) {
+ case 0x09: // tab key
+ switch (selection) // currently selected threshold{
case 0:
printf("\033[4;31H\033[0;37m\033[40m%2.1f\033[4;47H\033[1;30m\033[47m%2.1f\033[1;37m\033[40m\033[14;1H", myData.lowTempThresh, myData.highTempThresh);
break;