Skip to content

Commit 7999f5c

Browse files
per1234igrr
authored andcommitted
Use correct separator in keywords.txt
The Arduino IDE currently 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 a2e7c7d commit 7999f5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libraries/ESP8266WiFi/keywords.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,6 @@ WIFI_PHY_MODE_11N LITERAL1
170170
WIFI_NONE_SLEEP LITERAL1
171171
WIFI_LIGHT_SLEEP LITERAL1
172172
WIFI_MODEM_SLEEP LITERAL1
173-
WIFICLIENT_MAX_PACKET_SIZE LITERAL1
173+
WIFICLIENT_MAX_PACKET_SIZE LITERAL1
174174
UDP_TX_PACKET_MAX_SIZE LITERAL1
175175
DEBUG_ESP_WIFI LITERAL1

libraries/Ticker/keywords.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ attach_ms KEYWORD2
1515
once KEYWORD2
1616
once_ms KEYWORD2
1717
detach KEYWORD2
18-
active KEYWORD2
18+
active KEYWORD2
1919

2020
#######################################
2121
# Instances (KEYWORD2)

0 commit comments

Comments
 (0)