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
{{ message }}
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
Hello,
is it possible to run flint++ with different file extensions? Specifically .ino files created for the Arduino IDE. Renaming the files to .cpp temporarily works but is not an ideal solution.
Adding the .ino extension in the FileCategories.cpp file looks like a step in the right direction, but flint++ expects a header file which prevents it from completing any tests.
Thanks in advance
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
is it possible to run flint++ with different file extensions? Specifically .ino files created for the Arduino IDE. Renaming the files to .cpp temporarily works but is not an ideal solution.
Adding the .ino extension in the FileCategories.cpp file looks like a step in the right direction, but flint++ expects a header file which prevents it from completing any tests.
Thanks in advance
The text was updated successfully, but these errors were encountered: