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
Corrected a bad bug. Tested with new SevSeg library.
I moved commandMode variable into the updateBufferData because I didn't
think it was used anywhere else. The variable is not used anywhere else,
but the function depends on the command being stored towards the end of
the function. Summary: commandMode needs to be global. This fixes my
mistake.
0 commit comments