auto-sync

This commit is contained in:
rusEfi 2014-09-29 20:02:50 -05:00
parent 36d6d35670
commit 38ffcbc03a
2 changed files with 1 additions and 2 deletions

View File

@ -59,6 +59,7 @@ public class RpmPanel {
rpmPanel.add(controls, BorderLayout.WEST);
rpmPanel.add(gauges, BorderLayout.CENTER);
rpmPanel.add(msgPanel, BorderLayout.EAST);
rpmPanel.add(new WarningPanel().getPanel(), BorderLayout.SOUTH);
return rpmPanel;
}

View File

@ -69,8 +69,6 @@ public class WavePanel {
private static WavePanel instance = new WavePanel();
private WavePanel() {
LinkManager.engineState.registerStringValueAction("outpin", new EngineState.ValueCallback<String>() {
@Override
public void onUpdate(String value) {