File tree 4 files changed +797
-816
lines changed
it.baeyens.arduino.common/src/it/baeyens/arduino/common
it.baeyens.arduino.core/src/it/baeyens/arduino/ui
it.baeyens.arduino.monitor/src/it/baeyens/arduino/monitor/views
4 files changed +797
-816
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ public class Const {
46
46
47
47
// properties keys
48
48
public static final String KEY_LAST_USED_BOARD = "Board" ;
49
- public static final String KEY_LAST_USED_COM_PORT = "upload Port " ;
50
- public static final String KEY_LAST_USED_BOARDS_FILE = "boards file" ;
51
- public static final String KEY_LAST_USED_BOARD_MENU_OPTIONS = "Board Custom Option Selections " ;
49
+ public static final String KEY_LAST_USED_COM_PORT = "Upload port " ;
50
+ public static final String KEY_LAST_USED_BOARDS_FILE = "Boards file" ;
51
+ public static final String KEY_LAST_USED_BOARD_MENU_OPTIONS = "Board custom option selections " ;
52
52
public static final String KEY_LAST_USED_SCOPE_FILTER_MENU_OPTION = "Board scope filter on off" ;
53
53
public static final String KEY_LAST_USED_EXAMPLES = "Last used Examples" ;
54
54
public static final String KEY_UPDATE_JASONS = "Update jsons files" ;
You can’t perform that action at this time.
0 commit comments