fix bugs with UI for gps denied

This commit is contained in:
Alex Bezdieniezhnykh
2025-05-30 02:09:15 +03:00
parent d87ddb5f6a
commit b345137f16
10 changed files with 143 additions and 85 deletions
@@ -15,5 +15,5 @@ public class InferenceClientConfig : ExternalClientConfig
public class GpsDeniedClientConfig : ExternalClientConfig
{
public int ZeroMqSubscriberPort { get; set; }
public int ZeroMqReceiverPort { get; set; }
}