From 5a7f22954a1fb0a51640c7fc57ac8758f12e1d6d Mon Sep 17 00:00:00 2001 From: per1234 Date: Thu, 30 May 2019 02:53:48 -0700 Subject: [PATCH] Use correct field separator in keywords.txt The Arduino IDE requires the use of a single true tab separator between the keyword name and identifier. When spaces are used rather than a true tab, the keyword is not highlighted. Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords --- keywords.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keywords.txt b/keywords.txt index aa731e66..148afae6 100644 --- a/keywords.txt +++ b/keywords.txt @@ -98,7 +98,7 @@ setAmbientTemperature KEYWORD2 # CC1101-specific getLQI KEYWORD2 setGdo0Action KEYWORD2 -setGdo1Action KEYWORD2 +setGdo1Action KEYWORD2 # SX126x-specific setDio2Action KEYWORD2