Use correct separator in keywords.txt (#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
This commit is contained in:
per1234
2018-03-04 22:38:39 -08:00
committed by Me No Dev
parent b4b9a79eea
commit 146b2f6a23
4 changed files with 11 additions and 11 deletions

View File

@ -15,10 +15,10 @@ ArduinoOTA KEYWORD1
begin KEYWORD2
setup KEYWORD2
handle KEYWORD2
onStart KEYWORD2
onEnd KEYWORD2
onError KEYWORD2
onProgress KEYWORD2
onStart KEYWORD2
onEnd KEYWORD2
onError KEYWORD2
onProgress KEYWORD2
#######################################
# Constants (LITERAL1)