I’m looking to compile my code locally, but I’m not quite sure how to include the .ino file in the build.mk or makefile.
Do I need to download something for compiling .ino files, include that in the makefile, and then add a section in the build.mk for that?
Thanks in advance
DanielBernard, just change the file extension to .cpp and add it to your build.mk file. 
1 Like
Ah - I’d tried that originally, but I realized that I’d had another error, and that’s why it wasn’t recognizing the file correctly.
Thanks, I’ve fixed the issue on my end, and making the extension change fixed it.
1 Like