From fa9d5d529b17406c9c99212b72e5f5ec82ad2a49 Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 16 Jul 2018 01:37:06 -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 --- library/keywords.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/keywords.txt b/library/keywords.txt index 5a1297f..394bfc0 100644 --- a/library/keywords.txt +++ b/library/keywords.txt @@ -16,7 +16,7 @@ readData KEYWORD2 getHumidity KEYWORD2 getHumidityInt KEYWORD2 getTemperatureC KEYWORD2 -getTemperatureCInt KEYWORD2 +getTemperatureCInt KEYWORD2 clockReset KEYWORD2 #######################################