From 7999f5c29c653e6e0b8c77ea42334df8df256a23 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sun, 4 Mar 2018 18:11:56 -0800 Subject: [PATCH] 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 --- libraries/ESP8266WiFi/keywords.txt | 2 +- libraries/Ticker/keywords.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/ESP8266WiFi/keywords.txt b/libraries/ESP8266WiFi/keywords.txt index f782e3d02..13014f935 100644 --- a/libraries/ESP8266WiFi/keywords.txt +++ b/libraries/ESP8266WiFi/keywords.txt @@ -170,6 +170,6 @@ WIFI_PHY_MODE_11N LITERAL1 WIFI_NONE_SLEEP LITERAL1 WIFI_LIGHT_SLEEP LITERAL1 WIFI_MODEM_SLEEP LITERAL1 -WIFICLIENT_MAX_PACKET_SIZE LITERAL1 +WIFICLIENT_MAX_PACKET_SIZE LITERAL1 UDP_TX_PACKET_MAX_SIZE LITERAL1 DEBUG_ESP_WIFI LITERAL1 diff --git a/libraries/Ticker/keywords.txt b/libraries/Ticker/keywords.txt index b5701b5be..1ecd8d0ed 100644 --- a/libraries/Ticker/keywords.txt +++ b/libraries/Ticker/keywords.txt @@ -15,7 +15,7 @@ attach_ms KEYWORD2 once KEYWORD2 once_ms KEYWORD2 detach KEYWORD2 -active KEYWORD2 +active KEYWORD2 ####################################### # Instances (KEYWORD2)