rusEFI console: Seconds of nothing between "connect" and console fix #4773
This commit is contained in:
parent
5ea649cc3b
commit
0fb3bc9e13
|
@ -128,7 +128,10 @@ public class ConsoleUI {
|
||||||
if (!linkManager.isLogViewer())
|
if (!linkManager.isLogViewer())
|
||||||
tabbedPane.addTab("Settings", tabbedPane.settingsTab.createPane());
|
tabbedPane.addTab("Settings", tabbedPane.settingsTab.createPane());
|
||||||
if (!linkManager.isLogViewer()) {
|
if (!linkManager.isLogViewer()) {
|
||||||
|
/**
|
||||||
|
* re-enable under https://github.com/rusefi/rusefi/issues/4842
|
||||||
tabbedPane.addTab("Live Data", new LiveDataPane(uiContext).getContent());
|
tabbedPane.addTab("Live Data", new LiveDataPane(uiContext).getContent());
|
||||||
|
*/
|
||||||
tabbedPane.addTab("Sensors Live Data", new SensorsLiveDataPane(uiContext).getContent());
|
tabbedPane.addTab("Sensors Live Data", new SensorsLiveDataPane(uiContext).getContent());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue