From 28478251cd8ace8614819aa3c6d169a28e324bbe Mon Sep 17 00:00:00 2001 From: ztimson Date: Mon, 14 Sep 2026 08:49:27 -0400 Subject: [PATCH] Fixed sonde freq --- client/src/components/WeatherBalloon.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/WeatherBalloon.vue b/client/src/components/WeatherBalloon.vue index 89fbb25..5c1d1a2 100644 --- a/client/src/components/WeatherBalloon.vue +++ b/client/src/components/WeatherBalloon.vue @@ -423,7 +423,7 @@ onUnmounted(() => {
Type: {{ latest?.type || 'Unknown' }} - Freq: {{ latest?.freqMhz?.toFixed(2) || '—' }} MHz + Freq: {{ latest?.freqMHz?.toFixed(2) || '—' }} MHz