Remove space

pull/1/head
firealarmss 11 months ago
parent 88de858b1e
commit 417f96d033

@ -326,7 +326,7 @@ namespace WhackerLinkConsoleV2
private void WaveIn_DataAvailable(object sender, WaveInEventArgs e) 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.System system = Codeplug.GetSystemForChannel(channel.ChannelName);
Codeplug.Channel cpgChannel = Codeplug.GetChannelByName(channel.ChannelName); Codeplug.Channel cpgChannel = Codeplug.GetChannelByName(channel.ChannelName);

@ -8,8 +8,8 @@ radioWide:
systems: systems:
- name: "System 1" - name: "System 1"
address: "fne.zone1.scan.stream" address: "localhost"
port: 3015 port: 3000
rid: "12345" rid: "12345"
site: site:
name: "Central Site" name: "Central Site"

Loading…
Cancel
Save

Powered by TurnKey Linux.