diff --git a/Control/data/index.html b/Control/data/index.html index 152b6f2..2585688 100644 --- a/Control/data/index.html +++ b/Control/data/index.html @@ -14,8 +14,8 @@ .section_container { float: left; - width: 50%; - padding: 10px; + width: 33%; + padding: 0px; } .flex-container { @@ -49,13 +49,13 @@ meter { width: 100%; height: 40px; - transform: translateY(-8px); + transform: translateY(8px); } meter::after { content: attr(value) attr(title); top: -28px; - left: 0px; + left: 45%; position: relative; } @@ -241,55 +241,42 @@

ROVER COMMAND CENTER

- -
-
-

Movement Control

-
- -
-
- - - -
- -
-
- -
-
-

Sensor Data

-
    - -
  • -
    - -
    -
    - -
    -
  • - - -
  • -
    - -
    -
    - 28mm -
    -
  • - -
-
- -
+ + + + + + + + + + +

Control Panel

Telemetry

Command Line

+
+ +
+
+ + + +
+
+ + + + + + + + + +
28mm
+
diff --git a/Control/platformio.ini b/Control/platformio.ini index 0f97db2..b6309b8 100644 --- a/Control/platformio.ini +++ b/Control/platformio.ini @@ -13,7 +13,6 @@ platform = espressif32 board = esp32dev framework = arduino monitor_speed = 115200 -upload_port = COM[3] monitor_filters = send_on_enter esp32_exception_decoder