mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-06 05:21:22 +03:00
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
This commit is contained in:
parent
a2e7c7d016
commit
7999f5c29c
@ -170,6 +170,6 @@ WIFI_PHY_MODE_11N LITERAL1
|
|||||||
WIFI_NONE_SLEEP LITERAL1
|
WIFI_NONE_SLEEP LITERAL1
|
||||||
WIFI_LIGHT_SLEEP LITERAL1
|
WIFI_LIGHT_SLEEP LITERAL1
|
||||||
WIFI_MODEM_SLEEP LITERAL1
|
WIFI_MODEM_SLEEP LITERAL1
|
||||||
WIFICLIENT_MAX_PACKET_SIZE LITERAL1
|
WIFICLIENT_MAX_PACKET_SIZE LITERAL1
|
||||||
UDP_TX_PACKET_MAX_SIZE LITERAL1
|
UDP_TX_PACKET_MAX_SIZE LITERAL1
|
||||||
DEBUG_ESP_WIFI LITERAL1
|
DEBUG_ESP_WIFI LITERAL1
|
||||||
|
@ -15,7 +15,7 @@ attach_ms KEYWORD2
|
|||||||
once KEYWORD2
|
once KEYWORD2
|
||||||
once_ms KEYWORD2
|
once_ms KEYWORD2
|
||||||
detach KEYWORD2
|
detach KEYWORD2
|
||||||
active KEYWORD2
|
active KEYWORD2
|
||||||
|
|
||||||
#######################################
|
#######################################
|
||||||
# Instances (KEYWORD2)
|
# Instances (KEYWORD2)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user