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
It would be helpful to verify that, outside of any platform-specific or library-specific inclusions, a sketch has proper syntax. The ideal behavior would be to iterate over the full set of files included in the example sketch and perform gcc -c on them.
As a bonus, the JSON response from such a command might contain an object whose keys are the files that were found/tested and whose values are an array of compiler warnings (if any).