Protonerd / FX-SaberOS

System code for Arduino based Lightsaber replicas for DIYino family boards
Creative Commons Zero v1.0 Universal
92 stars 42 forks source link

Clash not working on stardust v2 #67

Closed daky7 closed 6 years ago

daky7 commented 6 years ago

Hi, I have try everything and I cant get clash sounds to work. Using stock vanilla sounds from FX-saberOS

Protonerd commented 6 years ago

It is because of the clash detection setting you inherit probably from the master version. Try in Config_SW.h the following: //#define CLASH_DET_MPU_INT

define CLASH_DET_MPU_POLL

and it will work perfectly.