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"