Skip to content

Commit

Permalink
#35 WIP. AM decoder complete.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Sheirer committed May 7, 2023
1 parent 39cb405 commit 968249a
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -155,7 +155,6 @@ public ChannelPowerPanel(PlaylistManager playlistManager, SettingsManager settin
mSquelchAutoTrackCheckBox.addActionListener(e ->
{
broadcast(SourceEvent.requestSquelchAutoTrack(mSquelchAutoTrackCheckBox.isSelected()));
mLog.info("Requested to set auto-track to: " + mSquelchAutoTrackCheckBox.isSelected());
});
valuePanel.add(mSquelchAutoTrackCheckBox, "span,left");

Expand Down Expand Up @@ -183,7 +182,7 @@ public ChannelPowerPanel(PlaylistManager playlistManager, SettingsManager settin
});
mNoiseFloorSpinner = new JSpinner(mNoiseFloorSpinnerModel);
labelPanel.add(mNoiseFloorSpinner);
labelPanel.add(new JLabel("Noise Floor"));
labelPanel.add(new JLabel("Spectral Display Noise Floor"));

mLogIndexesButton = new JButton("Log Settings");
mLogIndexesButton.addActionListener(e -> {
Expand Down

0 comments on commit 968249a

Please sign in to comment.