From 208e67331e0469865f6e0ff7083fccf32b90d7f5 Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 17 Jul 2018 02:37:25 -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 5a1297f..394bfc0 100644 --- a/keywords.txt +++ b/keywords.txt @@ -16,7 +16,7 @@ readData KEYWORD2 getHumidity KEYWORD2 getHumidityInt KEYWORD2 getTemperatureC KEYWORD2 -getTemperatureCInt KEYWORD2 +getTemperatureCInt KEYWORD2 clockReset KEYWORD2 #######################################