Saber fonts playing after changing config

So i’ve had the same config for a while now, and decided to try something new. I changed the config and shortened it to 1 font being Cal Kestis, I updated the config for how I want the saber to run and it works perfect. The only problem is that if i were to hit the Aux button as if i was changing the font, it would go to my old next font even though it is no longer in the config, the sounds play but saber is blank. i have no idea what to do to fix it or if it even is fixable.

Post the config here or to pastebin, and we can look at it.

If you paste it here, put 3 ticks around it ‘’', its the button with the tilde ~ symbol nest to number one.

1 Like

First thing I would try is to delete .ini and .tmp files off the SD card, if you have “ghost” configuration type issues.

But yes, also post your config

1 Like
  1. make sure you don’t have KEEP_SAVEFILES_WHILE_PROGRAMMING in your config file.
  2. read this page : ProffieOS Documentation: Is it uploading?
  3. Make sure the config file you uploaded is actually the config file you uploaded. (Insert a small, arbitrary error, and try to upload. If it succeeds, Arduino and you are using different files…)
1 Like
#ifdef CONFIG_TOP
#include "proffieboard_v2_config.h"
#define NUM_BLADES 2
#define NUM_BUTTONS 2
#define VOLUME 2000
const unsigned int maxLedsPerStrip = 144;
#define CLASH_THRESHOLD_G 1.0
#define ENABLE_AUDIO
#define ENABLE_MOTION
#define ENABLE_WS2811
#define ENABLE_SD
#define COLOR_CHANGE_DIRECT
#define DISABLE_BASIC_PARSER_STYLES
#define NO_REPEAT_RANDOM
#define KEEP_SAVEFILES_WHEN_PROGRAMMING
#define FETT263_SWING_ON_SPEED 300
#define FETT263_TWIST_OFF
#define FETT263_TWIST_ON
#define MOTION_TIMEOUT 60 * 15 * 1000
#define IDLE_OFF_TIME 5 * 60 * 1000
#define FETT263_MULTI_PHASE
#define FETT263_CLASH_STRENGTH_SOUND
#define FETT263_DUAL_MODE_SOUND
#define FETT263_MAX_CLASH 16
#define FETT263_BM_CLASH_DETECT 7
#define FETT263_SAY_BATTERY_PERCENT
//#define FETT263_SAVE_CHOREOGRAPHY
#endif

this is the config i have right now.

Yeah, i do have the KEEP_SAVEFILES_WHILE_PROGRAMMING in my config file. do i just remove it and test it out?

should i do that now or remove the KEEP_SAVEFILES_WHILE_PROGRAMMING in the config file first?

Both doesn’t hurt. But you definitely should remove keep save files.

You shouldn’t need to remove them manually but some people have needed to. For reasons

1 Like

il try out the keep save files and see if it works and also do the sd card remoivng of .ini and .tmp

it definitely was the keep save files, thank you guys so much!