Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 146b2f6

Browse filesBrowse files
per1234me-no-dev
authored andcommitted
Use correct separator in keywords.txt (espressif#1175)
The Arduino IDE currently requires the use of a tab separator between the name and identifier. Without this tab the keyword is not highlighted. Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
1 parent b4b9a79 commit 146b2f6
Copy full SHA for 146b2f6

File tree

Expand file treeCollapse file tree

4 files changed

+11
-11
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+11
-11
lines changed

‎libraries/ArduinoOTA/keywords.txt

Copy file name to clipboardExpand all lines: libraries/ArduinoOTA/keywords.txt
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ ArduinoOTA KEYWORD1
1515
begin KEYWORD2
1616
setup KEYWORD2
1717
handle KEYWORD2
18-
onStart KEYWORD2
19-
onEnd KEYWORD2
20-
onError KEYWORD2
21-
onProgress KEYWORD2
18+
onStart KEYWORD2
19+
onEnd KEYWORD2
20+
onError KEYWORD2
21+
onProgress KEYWORD2
2222

2323
#######################################
2424
# Constants (LITERAL1)

‎libraries/ESPmDNS/keywords.txt

Copy file name to clipboardExpand all lines: libraries/ESPmDNS/keywords.txt
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ MDNS KEYWORD1
1414
#######################################
1515

1616
begin KEYWORD2
17-
end KEYWORD2
17+
end KEYWORD2
1818
addService KEYWORD2
1919
enableArduino KEYWORD2
20-
disableArduino KEYWORD2
20+
disableArduino KEYWORD2
2121

2222
#######################################
2323
# Constants (LITERAL1)

‎libraries/Ticker/keywords.txt

Copy file name to clipboardExpand all lines: libraries/Ticker/keywords.txt
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ Ticker KEYWORD1
99
#######################################
1010

1111
attach KEYWORD2
12-
attach_ms KEYWORD2
13-
once KEYWORD2
14-
detach KEYWORD2
12+
attach_ms KEYWORD2
13+
once KEYWORD2
14+
detach KEYWORD2

‎libraries/Update/keywords.txt

Copy file name to clipboardExpand all lines: libraries/Update/keywords.txt
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ Update KEYWORD1
1313
#######################################
1414

1515
begin KEYWORD2
16-
end KEYWORD2
16+
end KEYWORD2
1717
write KEYWORD2
1818
writeStream KEYWORD2
19-
printError KEYWORD2
19+
printError KEYWORD2
2020

2121
#######################################
2222
# Constants (LITERAL1)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.