From 958c9775e20480177ec8b253de00b01fa107c20d Mon Sep 17 00:00:00 2001 From: Maxim Date: Thu, 16 Oct 2025 13:03:38 +0300 Subject: [PATCH 1/3] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5.=20=D0=9D=D0=B5=D0=B4=D0=BE=D1=81?= =?UTF-8?q?=D1=82=D0=B0=D1=82=D0=BE=D1=87=D0=BD=D0=B0=D1=8F=20=D0=BC=D0=BE?= =?UTF-8?q?=D1=89=D0=BD=D0=BE=D1=81=D1=82=D1=8C=20=D0=BD=D0=B0=20=D0=B2?= =?UTF-8?q?=D1=8B=D1=85=D0=BE=D0=B4=D0=B5=20=D1=83=D1=81=D0=B8=D0=BB=D0=B8?= =?UTF-8?q?=D1=82=D0=B5=D0=BB=D1=8F=20=D0=BC=D0=BE=D1=89=D0=BD=D0=BE=D1=81?= =?UTF-8?q?=D1=82=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scenes/pribor-prd-n/pribor-prd-n.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenes/pribor-prd-n/pribor-prd-n.gd b/scenes/pribor-prd-n/pribor-prd-n.gd index cfd12958..c69b5530 100644 --- a/scenes/pribor-prd-n/pribor-prd-n.gd +++ b/scenes/pribor-prd-n/pribor-prd-n.gd @@ -28,7 +28,7 @@ const PRIBOR_CONFIG_N := { } # Конфигурация частот и ширин для каждого ФС const FS_PARAMS_N := { - 2: {'freq': 900.0, 'width': 100.0}, + 2: {'freq': 932.0, 'width': 100.0}, 3: {'freq': 1157.0, 'width': 100.0} } enum STATE_VAL { NONE = 0, GOOD = 1, ERROR = 2 } From 64fa67ae40827e73f5471ecbea072a691c0af4b2 Mon Sep 17 00:00:00 2001 From: sasha80 Date: Tue, 21 Oct 2025 08:21:01 +0300 Subject: [PATCH 2/3] =?UTF-8?q?=D0=94=D0=BE=D1=80=D0=B0=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=BA=D0=B0.=20=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BE=D1=82=D0=BE=D0=B1=D1=80=D0=B0?= =?UTF-8?q?=D0=B6=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=BA=D0=BE=D1=80=D0=B0=D0=B1?= =?UTF-8?q?=D0=BB=D0=B8=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scenes/tilemap/ship_mark.tscn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scenes/tilemap/ship_mark.tscn b/scenes/tilemap/ship_mark.tscn index 78d04640..096387d0 100644 --- a/scenes/tilemap/ship_mark.tscn +++ b/scenes/tilemap/ship_mark.tscn @@ -3,6 +3,7 @@ [ext_resource type="Texture2D" uid="uid://cj1f2uy6qfvki" path="res://scenes/tilemap/23900.png" id="1_v0nwa"] [node name="23900" type="Sprite2D"] +position = Vector2(0.0, 0.0) rotation = 4.71239 -scale = Vector2(0.0257427, 0.0257427) +scale = Vector2(0.496934, 0.496934) texture = ExtResource("1_v0nwa") From b3a46a3a982aa7eba16d1c0d84e406c1d0af598d Mon Sep 17 00:00:00 2001 From: sasha80 Date: Tue, 21 Oct 2025 08:25:10 +0300 Subject: [PATCH 3/3] =?UTF-8?q?=D0=94=D0=BE=D1=80=D0=B0=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=BA=D0=B0.=20=D0=94=D0=B0=D0=BD=D0=BD=D1=8B=D0=B5=20=D0=BE?= =?UTF-8?q?=D1=82=20=D0=BD=D0=B0=D0=B2=D0=B8=D0=B3=D0=B0=D1=86=D0=B8=D0=B8?= =?UTF-8?q?=20(=D0=90=D0=9A=D0=9D=D0=93)=20=D1=82=D0=B5=D0=BF=D0=B5=D1=80?= =?UTF-8?q?=D1=8C=20=D0=B8=D0=BC=D0=B5=D0=B5=D1=82=20=D0=B4=D1=80=D1=83?= =?UTF-8?q?=D0=B3=D0=BE=D0=B9=20=D1=84=D0=BE=D1=80=D0=BC=D0=B0=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/navigation.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/navigation.gd b/scripts/navigation.gd index 6feda387..2e8ed4a9 100644 --- a/scripts/navigation.gd +++ b/scripts/navigation.gd @@ -26,7 +26,7 @@ class NaviSource extends unit.Unit: if not online: online = true emit_signal('line_changed', self) - if rx_data.size() < 28: + if rx_data.size() < 32: emit_signal('parse_failed', self) return false var flags: = rx_data.decode_u16(28) # Флаги достоверности полей структуры