diff --git a/app/src/components/Topbar.svelte b/app/src/components/Topbar.svelte index b79e9d4..bffeec7 100644 --- a/app/src/components/Topbar.svelte +++ b/app/src/components/Topbar.svelte @@ -1,33 +1,96 @@ -
-
-
- - - +
+
+ +
+
- - - - + {#if $width !== 0} +
+
RSSI:{$data[0]}db
+
MPU:{round($data[1])}°
+
CPU:{round($data[8])}°
+
X:{round($data[5])}
+
Y:{round($data[6])}
+
Z:{round($data[7])}
+
Left:{round($data[9])}cm
+
Right:{round($data[10])}cm
+
Heap:{humanFileSize($data[11])}
+
Psram:{humanFileSize($data[12])}
+
+
+ + +
+ {/if} +
+
+ + + +
+ + + + +
-
{Math.floor($data[1])}°🌡️
+
{Math.floor($data[8])}°🌡️