Use correct separator in keywords.txt
The Arduino IDE currently requires the use of a single true 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
95e6e1526c
commit
202b781037
|
|
@ -78,4 +78,4 @@ PAYLOADLEN LITERAL2
|
|||
ACK_REQUESTED LITERAL2
|
||||
ACK_RECEIVED LITERAL2
|
||||
RSSI LITERAL2
|
||||
RF69_LISTEN_BURST_REMAINING_MS LITERAL2
|
||||
RF69_LISTEN_BURST_REMAINING_MS LITERAL2
|
||||
|
|
|
|||
Loading…
Reference in New Issue