ChuckBell / MySQL_Connector_Arduino

Database connector library for using MySQL with your Arduino projects.
332 stars 133 forks source link

Use correct and valid KEYWORD_TOKENTYPEs in keywords.txt #51

Closed per1234 closed 6 years ago

per1234 commented 6 years ago

Use of the undocumented KEYWORD4 has the unexpected result of coloring the keyword as an inline comment in Arduino IDE 1.6.4 and older. Use of the undocumented KEYWORD5 has the unexpected result of coloring the keyword as a hyperlink in Arduino IDE 1.6.4 and older.

Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keyword_tokentype

ChuckBell commented 6 years ago

Done