ボタンを押すと、 バッテリ更新を停止し、 他のボタンもロックさせる

Dependencies:   RemoteIR TextLCD

Revision:
36:66d42cf30dac
Parent:
35:4cda290bdb87
Child:
37:0cde453dce7d
--- a/main.cpp	Mon Aug 17 07:57:25 2020 +0000
+++ b/main.cpp	Tue Aug 18 00:59:31 2020 +0000
@@ -691,6 +691,7 @@
  
     strcpy(webbuff, "<!DOCTYPE html>");
     strcat(webbuff, "<html><head><title>RobotCar</title><meta name='viewport' content='width=device-width'/>");
+    strcat(webbuff, "<meta http-equiv=\"refresh\" content=\"5\; URL=\"RobotCar2.html\">");
     strcat(webbuff, "<style type=\"text/css\">.noselect{ width:100px;height:60px;}.light{ width:100px;height:60px;background-color:#00ff66;}</style>");
     strcat(webbuff, "</head><body><center><p><strong>Robot Car Remote Controller");
     strcat(webbuff, "</strong></p><td style='vertical-align:top;'><strong>Battery level ");