We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b73673 commit 70cb21bCopy full SHA for 70cb21b
it.baeyens.arduino.core/src/it/baeyens/arduino/ui/ArduinoPreferencePage.java
@@ -67,7 +67,7 @@ public class ArduinoPreferencePage extends FieldEditorPreferencePage implements
67
private org.eclipse.swt.graphics.Color greenColor = null;
68
private Label myArduinoVersionOKText;
69
private Label myMakeOKText;
70
- private String myAdvisedArduinIDEVersion = "1.6.5";
+ private String myAdvisedArduinIDEVersion = "1.6.5 -newer versions will not work-";
71
boolean myIsMakeInstalled;
72
private String myInfoMessage = "";
73
0 commit comments