From 4586a17d8d3ef94b64e0790eb7b35aa5d96de60a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Pleva=C4=8D?= Date: Tue, 10 Oct 2023 21:17:00 +0200 Subject: [PATCH] Noaa 15 max priority --- web/seeds.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/seeds.php b/web/seeds.php index efc220d..d4c7bf3 100644 --- a/web/seeds.php +++ b/web/seeds.php @@ -251,7 +251,7 @@ $noaa15APT->centerFrequency->set(137620000); $noaa15APT->modulation->set($apt); $noaa15APT->antenna->set($qfh); - $noaa15APT->priority->set(0); + $noaa15APT->priority->set(100); $noaa15APT->processPipe->set($aptPipe); $noaa15APT->commit();