mirror of
https://github.com/sandeepmistry/arduino-LoRa.git
synced 2025-04-19 13:02:14 +03:00
Use correct field separator in keywords.txt
The Arduino IDE requires the use of a single true tab separator between the keyword name and identifier. When spaces are used rather than a true 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
baf0d73849
commit
510cc003e2
@ -44,8 +44,8 @@ setPreambleLength KEYWORD2
|
|||||||
setSyncWord KEYWORD2
|
setSyncWord KEYWORD2
|
||||||
enableCrc KEYWORD2
|
enableCrc KEYWORD2
|
||||||
disableCrc KEYWORD2
|
disableCrc KEYWORD2
|
||||||
enableInvertIQ KEYWORD2
|
enableInvertIQ KEYWORD2
|
||||||
disableInvertIQ KEYWORD2
|
disableInvertIQ KEYWORD2
|
||||||
|
|
||||||
random KEYWORD2
|
random KEYWORD2
|
||||||
setPins KEYWORD2
|
setPins KEYWORD2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user