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
As suggested by Kevin O'Connor, it can be a good idea to optimize most of the code base for size, but some of it for speed.
For instance __attribute__((optimize("O2"))) on stepper related commands.