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: RemoteIR TextLCD
Diff: main.cpp
- Revision:
- 67:0333997269dc
- Parent:
- 66:2e2091dc7932
- Child:
- 68:d60e97c82c03
diff -r 2e2091dc7932 -r 0333997269dc main.cpp
--- a/main.cpp Tue Sep 08 05:31:18 2020 +0000
+++ b/main.cpp Wed Sep 09 00:21:38 2020 +0000
@@ -4,7 +4,7 @@
*/
/*
- Version 0.09
+ Version 0.10
Date 2020/09/08
Uploader Taku Nishimura
@@ -1071,7 +1071,7 @@
strcat(webbuff, "<button id='rightbtn' type='button' class=\"noselect\" value=\"RIGHT\" onmousedown='send_mes(this.value)' >RIGHT");
strcat(webbuff, "</button></td></tr><td></td><td>");
strcat(webbuff, "<button id='backbtn' type='button' class=\"light\" value=\"BACK\" onmousedown='send_mes(this.value)' >BACK");
- strcat(webbuff, "</button></td><td style='vertical-align:top; text-align:right;'></td></tr><td>");
+ strcat(webbuff, "</button></td><td style='vertical-align:top; text-align:right;'></td></tr></table>");
strcat(webbuff, "<strong>Mode</strong>");
strcat(webbuff, "<table><tr><td><button id='avoidbtn' type='button' class=\"noselect\" value=\"AVOIDANCE\" onmousedown='send_mes(this.value)' >");
strcat(webbuff, "AVOIDANCE</button></td><td>");