rusEFI console: Seconds of nothing between "connect" and console fix #4773
This commit is contained in:
parent
1294fcd205
commit
efdb9d57af
|
@ -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