diff --git a/app/src/components/Topbar.svelte b/app/src/components/Topbar.svelte index bffeec7..50c469d 100644 --- a/app/src/components/Topbar.svelte +++ b/app/src/components/Topbar.svelte @@ -1,29 +1,20 @@
-
- -
-
-
- {#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[8])}°🌡️
+
+
+ +
+
{Math.floor($data[5])}°🌡️
+
+
+
+
+ {#if $width !== 0} +
+ + +
+ {/if} +
+
+ + + +
+ + + + +
+
+
+