File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
app/src/processing/app/syntax Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ private void parseKeywordsTxt(File input) throws Exception {
115115 continue ;
116116 }
117117
118- String pieces [] = line .split ("\\ s+" , 4 );
118+ String pieces [] = line .split ("\t " );
119119
120120 String keyword = pieces [0 ].trim ();
121121 if (keyword .startsWith ("\\ #" )) {
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ ARDUINO 1.8.6
55* Added scroller in programmers menu.
66* Added "accelerator" in scrollable menu, press "a" key while scrolling
77* Keep "Board Manager" menu item always as first in the menu
8- * keyword.txt now allows any whitespace. Thanks @bhagman
98
109[wifi101-firmware]
1110* SECURITY FIX: Released fix for WPA2 KRACK vulnerability (latest WINC1500 firmware 19.5.2).
You can’t perform that action at this time.
0 commit comments