Skip to content
Snippets Groups Projects
Commit b0974d0c authored by Lucas Stratmann's avatar Lucas Stratmann
Browse files

Outcomment Errorcode (Simulator Konstruktor)

parent af2d3553
Branches
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ public class SimulateCodeButtonListener implements ActionListener
Translator translator = new Translator(workspace);
translator.reset();
Simulator sim = new Simulator();
//Simulator sim = new Simulator(); //FIXME Hier beginn der Simulator instanz
//AutoSave on Upload letsgoING
openBlocksFrame.doSaveArduBlockFile();
......@@ -302,8 +302,8 @@ public class SimulateCodeButtonListener implements ActionListener
}
context.didGenerate(codeOut, false);
//start simulator here
sim.run();
//TODO ! start simulator here
//sim.run();
//sim.startSimu();
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment