1
0
mirror of https://github.com/sandeepmistry/arduino-LoRa.git synced 2025-08-10 16:23:01 +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

View File

@@ -44,8 +44,8 @@ setPreambleLength KEYWORD2
setSyncWord KEYWORD2
enableCrc KEYWORD2
disableCrc KEYWORD2
enableInvertIQ KEYWORD2
disableInvertIQ KEYWORD2
enableInvertIQ KEYWORD2
disableInvertIQ KEYWORD2
random KEYWORD2
setPins KEYWORD2