Skip to content

Commit 3b98e18

Browse files
authored
Use correct field separator in keywords.txt
The Arduino IDE requires the use of a single true tab separator between the name and identifier. Without a tab the keyword is not highlighted. Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
1 parent 629949e commit 3b98e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sweep/keywords.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ScanPacket KEYWORD1
1111
#######################################
1212
# Methods and functions (KEYWORD2)
1313
#######################################
14-
isScanning KEYWORD2
14+
isScanning KEYWORD2
1515
startScanning KEYWORD2
1616
stopScanning KEYWORD2
1717
getReading KEYWORD2

0 commit comments

Comments
 (0)