Allowed to run without a connected robot.

This commit is contained in:
2014-04-05 15:04:44 -04:30
parent cd8def574c
commit 5d849dfe61

View File

@@ -87,7 +87,7 @@ public class MainActivity extends Activity implements WifiOnDialogListener, Conn
// Set up gui components. // Set up gui components.
startButton = (Button)findViewById(R.id.startButton); startButton = (Button)findViewById(R.id.startButton);
startButton.setEnabled(false); //startButton.setEnabled(false);
connectButton = (Button)findViewById(R.id.connectButton); connectButton = (Button)findViewById(R.id.connectButton);
// Set up services. // Set up services.