happyhappysundays / SparkBox

A BlueTooth/BLE effects pedal for the Spark40 guitar amp.
GNU General Public License v3.0
41 stars 13 forks source link

Connect App flashing #25

Closed copych closed 2 years ago

copych commented 2 years ago

It seems that I spoiled this flashing message. Or this is some changes in SparkIO lib. Either CONN_STATUS[APP] or flipping global var ain"t working no more (. If I get to my computer first then i'll try to fix this issue.

happyhappysundays commented 2 years ago

You mean in v0.66? Works fine for me?

copych commented 2 years ago

It flashes if CLASSIC is not defined and doesn't with #define CLASSIC, so I'll address this to Paul Hamshere

happyhappysundays commented 2 years ago

Ah in that case what’s actually happening is that the BT code is blocking the loop and so all activity stops, including the flashing. Some of the Arduino BT code is utter crap.

copych commented 2 years ago

Paul is going to investigate this issue, so I close it here.