diff --git a/processing/ardupodRemote/guiElements.pde b/processing/ardupodRemote/guiElements.pde index 6c5f8ca..c3d2570 100644 --- a/processing/ardupodRemote/guiElements.pde +++ b/processing/ardupodRemote/guiElements.pde @@ -4,7 +4,7 @@ Textfield inputField; Button scanButton, measureButton, connectButton, disconnectButton, moveW, moveA, moveS, moveD; Slider angleSlider; ScrollableList portsList; -String version = "0.0.0-alpha-1"; +String version = "1.0"; public void guiSetup() { cp5 = new ControlP5(this); @@ -265,4 +265,4 @@ void drawScan(int i) { for(int j=0; j