ROE progress

This commit is contained in:
rusefi 2020-06-20 21:26:47 -04:00
parent ebe17b3aac
commit 0b285ac98a
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ public class MainFrame {
tabbedPane.settingsTab.showContent();
tabbedPane.logsManager.showContent();
tabbedPane.fuelTunePane.showContent();
BinaryProtocolServer.start(Fields.TS_SIGNATURE);
BinaryProtocolServer.start();
}
});