From aae218b78e706958ac2f28d248fad9e54d936f6c Mon Sep 17 00:00:00 2001 From: per1234 Date: Sun, 9 Sep 2018 03:15:48 -0700 Subject: [PATCH] Remove invalid reference link from keywords.txt The third field of keywords.txt is used to provide Arduino Language/Libraries Reference links, which are accessed from the Arduino IDE by highlighting the keyword and then selecting "Find in Reference" from the Help or right click menu. Adding values to this field that do not match any existing reference pages results in a "Could not open the URL" error. Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywordstxt-format --- keywords.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keywords.txt b/keywords.txt index 5dc9c44..047e464 100644 --- a/keywords.txt +++ b/keywords.txt @@ -6,7 +6,7 @@ # Datatypes (KEYWORD1) ####################################### -Q2HX711 KEYWORD1 Q2HX711 +Q2HX711 KEYWORD1 ####################################### # Methods and Functions (KEYWORD2)