You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"<b>Keywords in code that don't exist in keywords.txt:</b>"> missing_keywords_2.txt
58
+
echo"If keywords aren't in keywords.txt, they will not be highlighted in the Arduino IDE. Highlighting makes the code easier to follow and helps spot spelling mistakes."> missing_keywords_2.txt
echo"<b>Keywords in code that don't have Doxygen comments and aren't blacklisted in keywords.txt:</b>"> missing_keywords_3.txt
67
+
echo"If keywords don't have Doxygen comments, they will not be available at https://www.mysensors.org/apidocs/index.html Add Doxygen comments to make it easier for users to find and understand how to use the new keywords."> missing_keywords_3.txt
### At this point you need to reboot for the path changes to take effect
143
154
```
144
155
145
-
##### Windows - bash
146
-
147
-
###### NOTE: At the time of this writing, the apt vresions of cppcheck and astyle are too old. Follow the [Linux - Build and Install from Source](#buildFromSource) instructions
148
-
149
156
##### Windows - Cygwin
150
157
```
151
-
Run Either Cygwin Setup-x86-64.exe or Setup-x86.exe depending upon your OS. Select and install astyle and cppcheck
158
+
Run Either Cygwin Setup-x86-64.exe or Setup-x86.exe depending upon your OS. Select and install astyle and cppcheck
152
159
```
153
160
154
161
##### <aname="buildFromSource"></a>Linux - Build and Install from Source
0 commit comments