Skip to content

Commit f26c33f

Browse files
authored
Correct case of reference link in 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 the case of any existing reference pages results in a "Could not open the URL" error on a case-sensitive OS like Linux. Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywordstxt-format
1 parent e4fd074 commit f26c33f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: keywords.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ SOFTWARE_RESET LITERAL1
5252
HARDWARE_RESET LITERAL1
5353

5454
#######################################
55-
# Blue Constants (LITERAL2, constants, RESERVED_WORD_2)
55+
# Blue Constants (LITERAL2, Constants, RESERVED_WORD_2)
5656
#######################################
57-
ANALOG_OUTPUT LITERAL2 constants RESERVED_WORD_2
57+
ANALOG_OUTPUT LITERAL2 Constants RESERVED_WORD_2

0 commit comments

Comments
 (0)