Hi all, brand new to all this. I have a new Ultimate Works Kylo Ren with crystal reveal chamber (4 blades total). I tried flashing a custom config with the factory BladeConfig and the side blades no longer worked. I got the factory config file from the seller to revert the SD card and flash the original config but the side blades and crystal chamber still don’t work like out of the box. I’ve installed with OS6 and OS7 to no avail. Any recommendations? BladeConfig and a snippet of style code below
BladeConfig blades[] = {
{ 0, WS281XBladePtr<130, bladePin, Color8::GRB, PowerPINS<bladePowerPin2, bladePowerPin3> >(),
WS281XBladePtr<8, blade2Pin, Color8::GRB, PowerPINS<bladePowerPin4>>(),
SimpleBladePtr<CH1LED, NoLED, NoLED, NoLED, bladePowerPin5, -1, -1, -1>(),
SimpleBladePtr<CH3LED, NoLED, NoLED, NoLED, bladePowerPin6, -1, -1, -1>(),
CONFIGARRAY(presets) },
};
StylePtr<InOutHelper<EASYBLADE(OnSpark<BLUE>, WHITE), 300, 800> >(),
StylePtr<InOutHelper<EASYBLADE(OnSpark<BLUE>, WHITE), 300, 800> >(),
StyleNormalPtr<Blinking<WHITE,BLACK, 2000, 500>, WHITE, 300, 800>(),
StyleNormalPtr<Blinking<WHITE,BLACK, 2000, 500>, WHITE, 300, 800>(), "Blue"},