1
0
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:
per1234 2018-08-27 05:35:16 -07:00 committed by GitHub
parent baf0d73849
commit 510cc003e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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