mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
Use correct separator in keywords.txt
The Arduino IDE 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:
parent
ba0e049b83
commit
fe6f3cc830
@ -15,10 +15,10 @@ ArduinoOTA KEYWORD1
|
|||||||
begin KEYWORD2
|
begin KEYWORD2
|
||||||
setup KEYWORD2
|
setup KEYWORD2
|
||||||
handle KEYWORD2
|
handle KEYWORD2
|
||||||
onStart KEYWORD2
|
onStart KEYWORD2
|
||||||
onEnd KEYWORD2
|
onEnd KEYWORD2
|
||||||
onError KEYWORD2
|
onError KEYWORD2
|
||||||
onProgress KEYWORD2
|
onProgress KEYWORD2
|
||||||
|
|
||||||
#######################################
|
#######################################
|
||||||
# Constants (LITERAL1)
|
# Constants (LITERAL1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user