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
pi-blaster is crashing on 64-bit raspbian.
I've traced it down to to this line: memset(ctl->sample, 0, sizeof(ctl->sample));
in init_ctrl_data
Wondering if anyone is looking at 64-bit, or if not, any hints as to where I might go hunt for docs to figure out how to make it work.
Thanks.