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
The reason is that there is no sloeber.ino.cpp
That file is created at the first build but then the makefile is already created
So the makefile does not take into account the sloeber.ino.cpp
At the second build the build is ok
proposed solution
create a dummy sloeber.ino.cpp at project creation (when needed)
The text was updated successfully, but these errors were encountered:
I'm unsure why this has changed. It must have been because one of the changes I did recently because the regression tests fail because of this.
Some regression tests only try to build once
The reason is that there is no sloeber.ino.cpp
That file is created at the first build but then the makefile is already created
So the makefile does not take into account the sloeber.ino.cpp
At the second build the build is ok
proposed solution
create a dummy sloeber.ino.cpp at project creation (when needed)
The text was updated successfully, but these errors were encountered: