We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b20c88d commit d9816c4Copy full SHA for d9816c4
scope/NexradDisplay.cs
@@ -68,7 +68,7 @@ public bool Enabled {
68
}
69
public string URL { get; set; }
70
public int DownloadInterval { get; set; } = 300;
71
- public int Range { get; set; } = 124;
+ public int Range { get; set; } = 248;
72
RadialPacketDecoder decoder = new RadialPacketDecoder();
73
RadialSymbologyBlock symbology;
74
DescriptionBlock description;
0 commit comments