@NoSloppy had the solution. I deleted the ProffieOS then re-downloaded it. Everything is working now. But for your info @profezzorn I’m running OS 6.7. This is my config file.
#ifdef CONFIG_TOP
#include "proffieboard_v2_config.h"
#define NUM_BLADES 1
#define NUM_BUTTONS 2
#define VOLUME 1500
const unsigned int maxLedsPerStrip = 144;
#define CLASH_THRESHOLD_G 1.8
#define ENABLE_AUDIO
#define ENABLE_MOTION
#define ENABLE_WS2811
#define ENABLE_SD
#define ENABLE_ALL_EDIT_OPTIONS
#define SAVE_STATE
#endif
#ifdef CONFIG_PRESETS
Preset presets[] = {
{ "Sailor_Jedi", "Sailor Moon - Theme Song (English) [HD].wav",
StylePtr<Layers<Layers<Lockup<AudioFlicker<Sparkle<Magenta,White,400>,Red>,AlphaL<Layers<Mix<SmoothStep<BladeAngle<>,Int<0>>,Stripes<1000,1000,Orange,Red,Green,Blue>,Stripes<1000,-1000,Orange,Red,Green,Blue>>,
AlphaL<White,Bump<BladeAngle<>,Int<6000>>>>,Bump<BladeAngle<>,Int<24000>>>,Red>>,
LocalizedClashL<White,80,100>,
InOutTrL<TrWipeSparkTip<White,300,100>,TrConcat<TrWipeIn<1500>,AudioFlicker<Magenta,White>,TrWipeInSparkTip<White,300,100>>>,
TransitionEffectL<TrConcat<TrWipe<2800>,Sparkle<Black,Magenta>,TrConcat<TrWipeSparkTip<White,750>,Black,TrWipeInSparkTip<Magenta,150,100>>>,EFFECT_PREON>,
TransitionEffectL<TrConcat<TrFade<100>,Sparkle<Black>,TrFade<100>>,EFFECT_POSTOFF>>>()},
{ "SmthJedi", "tracks/CantinaSong01.wav",
&style_charging, "Battery\nLevel"}
};
BladeConfig blades[] = {
{ 0, WS281XBladePtr<144, bladePin, Color8::GRB, PowerPINS<bladePowerPin2, bladePowerPin3> >(), CONFIGARRAY(presets) },
};
#endif
#ifdef CONFIG_BUTTONS
Button PowerButton(BUTTON_POWER, powerButtonPin, "pow");
Button AuxButton(BUTTON_AUX, auxPin, "aux");
#endif