Skip to content
This repository has been archived by the owner on Jan 11, 2020. It is now read-only.

Commit

Permalink
Use correct separator in keywords.txt
Browse files Browse the repository at this point in the history
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
  • Loading branch information
per1234 authored Jan 5, 2018
1 parent 4943e02 commit b13d2f5
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions keywords.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
Basecamp KEYWORD1
WebServer KEYWORD1
WifiControl KEYWORD1
Configuration KEYWORD1
configuration KEYWORD1
Basecamp KEYWORD1
WebServer KEYWORD1
WifiControl KEYWORD1
Configuration KEYWORD1
configuration KEYWORD1

checkResetReason KEYWORD2
checkResetReason KEYWORD2
addInterfaceElement KEYWORD2
setInterfaceElementAttribute KEYWORD2
setAttribute KEYWORD2
OTAHandling KEYWORD2
load KEYWORD2
save KEYWORD2
dump KEYWORD2
reset KEYWORD2
get KEYWORD2
set KEYWORD2
begin KEYWORD2
status KEYWORD2
connect KEYWORD2
disconnect KEYWORD2
getIP KEYWORD2
setInterfaceElementAttribute KEYWORD2
setAttribute KEYWORD2
OTAHandling KEYWORD2
load KEYWORD2
save KEYWORD2
dump KEYWORD2
reset KEYWORD2
get KEYWORD2
set KEYWORD2
begin KEYWORD2
status KEYWORD2
connect KEYWORD2
disconnect KEYWORD2
getIP KEYWORD2

0 comments on commit b13d2f5

Please sign in to comment.