aster94 / GoProControl

Arduino library to interface with GoPro cameras
GNU General Public License v3.0
121 stars 21 forks source link

Use correct field separator in keywords.txt #13

Closed per1234 closed 5 years ago

per1234 commented 5 years ago

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

aster94 commented 5 years ago

Hi @per1234 😃 funny that after I made the python script I showed in the forum I completely forgot to push the changes here 😆 thanks for this and also for https://github.com/aster94/Keyword-Protocol-2000/pull/2