From 2d0d26c8cf5214fed6cb65518c0bd25a0277fcfc Mon Sep 17 00:00:00 2001 From: joshua18 Date: Fri, 27 Sep 2024 02:07:47 -0700 Subject: [PATCH] improve website layout --- gbg_program/_wifi.ino | 2 +- gbg_program/_wifi_site.html | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/gbg_program/_wifi.ino b/gbg_program/_wifi.ino index 14a6868..aadd546 100644 --- a/gbg_program/_wifi.ino +++ b/gbg_program/_wifi.ino @@ -68,7 +68,7 @@ void runWifiInput(float& speedInput, float& turnInput) { } break; case 1: - if (deactivateIfRemoteDisconnects && ((millis() - lastRemoteCommandMillis) > signalLossTimeout)) { + if (((millis() - lastRemoteCommandMillis) > signalLossTimeout)) { // timeout must be on in remote control mode (also enforced on website end) speedInput = 0; turnInput = 0; } else { diff --git a/gbg_program/_wifi_site.html b/gbg_program/_wifi_site.html index e977c52..d7426ec 100644 --- a/gbg_program/_wifi_site.html +++ b/gbg_program/_wifi_site.html @@ -13,21 +13,20 @@
status:


-
remote override mode
+
remote override mode
- +
- +

- deactivate if signal - lost -
+ + -
+