Ok, here’s something I hadn’t seen before and I can’t recover it at the moment.
LUA coding error, and on a reboot, the progress bar goes all the way to the end, but stays there.
The USB Device text is constantly highlighted and there’s nothing I can do.
Going into/out of USB Disk mode doesn’t help,
loading new OSes doesn’t help.
I can connect to the beta.electra.one and/or app.electra.one site and if I go into the controller tab, I can see my faulty preset. But, I can’t delete it there, it just spins with the 3 dots constantly going. It’s like the firmware is in a tight USB loop (logging an error or something??) and will not respond to external inputs.
Any ideas?
So here’s what appears to have caused this problem:
I changed an array from this:
factr = {[0]="Pitch","Delay","Chorus","Multi","User 5","User 6","User 7","User 8"}
to
factr = {"Pitch","Delay","Chorus","Multi","User 5","User 6","User 7","User 8",[127]="None"}