From 417f96d033b9f581127eb6e54051ce679a722ad7 Mon Sep 17 00:00:00 2001 From: firealarmss Date: Tue, 25 Feb 2025 15:04:20 -0600 Subject: [PATCH] Remove space --- WhackerLinkConsoleV2/MainWindow.xaml.cs | 2 +- WhackerLinkConsoleV2/codeplugs/codeplug.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WhackerLinkConsoleV2/MainWindow.xaml.cs b/WhackerLinkConsoleV2/MainWindow.xaml.cs index 0396bda..7d9552a 100644 --- a/WhackerLinkConsoleV2/MainWindow.xaml.cs +++ b/WhackerLinkConsoleV2/MainWindow.xaml.cs @@ -326,7 +326,7 @@ namespace WhackerLinkConsoleV2 private void WaveIn_DataAvailable(object sender, WaveInEventArgs e) { - foreach ( ChannelBox channel in _selectedChannelsManager.GetSelectedChannels()) + foreach (ChannelBox channel in _selectedChannelsManager.GetSelectedChannels()) { Codeplug.System system = Codeplug.GetSystemForChannel(channel.ChannelName); Codeplug.Channel cpgChannel = Codeplug.GetChannelByName(channel.ChannelName); diff --git a/WhackerLinkConsoleV2/codeplugs/codeplug.yml b/WhackerLinkConsoleV2/codeplugs/codeplug.yml index 014ad2d..0d6e285 100644 --- a/WhackerLinkConsoleV2/codeplugs/codeplug.yml +++ b/WhackerLinkConsoleV2/codeplugs/codeplug.yml @@ -8,8 +8,8 @@ radioWide: systems: - name: "System 1" - address: "fne.zone1.scan.stream" - port: 3015 + address: "localhost" + port: 3000 rid: "12345" site: name: "Central Site"