rusEFI console: Seconds of nothing between "connect" and console fix #4773

This commit is contained in:
rusefillc 2022-11-27 10:03:08 -05:00
parent 5ea649cc3b
commit 0fb3bc9e13
1 changed files with 3 additions and 0 deletions

View File

@ -128,7 +128,10 @@ public class ConsoleUI {
if (!linkManager.isLogViewer())
tabbedPane.addTab("Settings", tabbedPane.settingsTab.createPane());
if (!linkManager.isLogViewer()) {
/**
* re-enable under https://github.com/rusefi/rusefi/issues/4842
tabbedPane.addTab("Live Data", new LiveDataPane(uiContext).getContent());
*/
tabbedPane.addTab("Sensors Live Data", new SensorsLiveDataPane(uiContext).getContent());
}