Skip to content

Commit aaa5ade

Browse files
committed
Use correct separator in keywords.txt
The Arduino IDE requires the use of a tab separator between the name and identifier. Without this tab the keyword is not highlighted. Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
1 parent c81ab05 commit aaa5ade

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

keywords.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ Sim800L KEYWORD1
1919

2020
# Methods for calling (KEYWORD2)
2121
#######################################
22-
answerCall KEYWORD2
23-
callNumber KEYWORD2
24-
hangoffCall KEYWORD2
22+
answerCall KEYWORD2
23+
callNumber KEYWORD2
24+
hangoffCall KEYWORD2
2525

2626

2727
# Methods for Sms (KEYWORD2)
2828
#######################################
2929
sendSms KEYWORD2
30-
readSms KEYWORD2
31-
delAllSms KEYWORD2
32-
getNumberSms KEYWORD2
30+
readSms KEYWORD2
31+
delAllSms KEYWORD2
32+
getNumberSms KEYWORD2
3333

3434
# Methods for Module (KEYWORD2)
3535
#######################################

0 commit comments

Comments
 (0)