Skip to content

Commit 564f34a

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 8a8c0b1 commit 564f34a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keywords.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Adafruit_MQTT_CC3000 KEYWORD1
33
Adafruit_MQTT_FONA KEYWORD1
44
Adafruit_MQTT_Client KEYWORD1
55
Adafruit_MQTT_Publish KEYWORD1
6-
Adafruit_MQTT_Subscribe KEYWORD1
6+
Adafruit_MQTT_Subscribe KEYWORD1
77
connect KEYWORD2
88
connectErrorString KEYWORD2
99
disconnect KEYWORD2

0 commit comments

Comments
 (0)