Skip to content

Commit

Permalink
improve signal display on TextGUI HID
Browse files Browse the repository at this point in the history
  • Loading branch information
lennartkoopmann committed Oct 1, 2020
1 parent 01b4351 commit 42359d1
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,9 @@ public void onConnectionStateChange(List<TrackerState> connectionState) {
// We are offline.
labelConnection.setText(" DARK");
labelConnection.setForegroundColor(TextColor.ANSI.RED);

labelSignal.setText(" n/a");
labelSignal.setForegroundColor(TextColor.ANSI.RED);
}
}

Expand Down

0 comments on commit 42359d1

Please sign in to comment.