Skip to content

Commit 5535fd5

Browse files
per1234sandeepmistry
authored andcommitted
Use correct field separator in keywords.txt
The Arduino IDE requires the use of a single true tab separator between the keyword name and identifier. When spaces are used rather than a true tab, the keyword is not highlighted. Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
1 parent 563519e commit 5535fd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

keywords.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ attachGPRS KEYWORD2
3939
begnWrite KEYWORD2
4040
endWrite KEYWORD2
4141
getIMEI KEYWORD2
42-
getICCID KEYWORD2
42+
getICCID KEYWORD2
4343
getCurrentCarrier KEYWORD2
4444
getSignalStrength KEYWORD2
4545
readNetworks KEYWORD2
@@ -51,8 +51,8 @@ switchPIN KEYWORD2
5151
checkReg KEYWORD2
5252
getPINUsed KEYWORD2
5353
setPINUsed KEYWORD2
54-
getBand KEYWORD2
55-
setBand KEYWORD2
54+
getBand KEYWORD2
55+
setBand KEYWORD2
5656
getvoiceCallStatus KEYWORD2
5757
hostByName KEYWORD2
5858
ping KEYWORD2

0 commit comments

Comments
 (0)