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 seems as if there is a limitation of execution time in arduino sketches. SDL sketches quit after approx 5min when run from Arduino IDE in contrast to the same sketch being execute from CLI where it does not quit.
a possible solution could be to execute the sketches not directly via Arduino IDE but from a shell script.
The text was updated successfully, but these errors were encountered:
it seems as if there is a limitation of execution time in arduino sketches. SDL sketches quit after approx 5min when run from Arduino IDE in contrast to the same sketch being execute from CLI where it does not quit.
a possible solution could be to execute the sketches not directly via Arduino IDE but from a shell script.
The text was updated successfully, but these errors were encountered: