I retyped the part it had a problem with and still nothing
If thatâs the config you want to edit to add new presets, fonts and blade styles, yes.
It should live in your working ProffieOS/config folder, and when you open ProffieOS/ProffieOS.ino in Arduino, you will edit that to point to your file as in
#define CONFIG_FILE 'config/s3config.h"
so i backed up my config file back to the original so completely non edited to see if arduino could find it and still getting the same error
Not very clear what that means. Editing the file wouldnât have anything to do with whether or not Arduino can find it. That would just depend on its location and where you told Arduino to look.
Okay ive been told i need to either put something in the prop folder orr i need to download an update from saber trio since they changed something about there config files that makes it uncompatible with arduino
How about start with basics.
Work out of the ProffiesOS folder on your computer.
Put your edited config file in the ProffieOS/config folder.
Open ProffieOS/ProffieOS.ino file in Arduino.
Edit the #define CONFIG_FILE......
line to point to your config file.
Hit Verify in Arduino.
Thatâs it.
If you do not have the file saber_sabertrio_buttons.h in the ProffieOS/props folder, just copy it from the SD card backup and put it in there.
oh my god ur a life saver that actually worked okay after all that do i just upload and the blade style and sound font should work?
The board will run whatever presets you had in the config file when uploaded. So yes.
sigh made it past the original problem but the saber still doesnt see the sound font it doesnt show any errors in the Verify the folder has the same name as it does in the config file so idk
maybe its just not ment to be
okay nvm i cant believe it ,it did work i have no clue what i did but last question i can replace the sound fonts that came with the saber by just deleting the code and replacing it with what i want?
The devil is in the details, but yes.
long as everything matches up right?
Yup. Keep that original config, make a copy and give it a try.
okay i got one sound font to work but when i tried to replace one my saber is saying "
sound directory not found"
oh its saying font
Details time. I always check the beginning and ending of the preset code to be sure the match my SD folder names, have the right quotes and commas, things mentioned previously.
Post your config as it is now if you like.
s3config.h (84.5 KB)
Okay this is my config file now
the ice saber effect works perfectly but the thanos one and the seismic charges ones dont
You need to get rid of this #define
#define KEEP_SAVEFILES_WHEN_PROGRAMMING
Thatâs only for once youâve got everything how you want it on the saber as far as your config goes, and only plan on using WebUSB or Edit Mode to change stuff on the saber.
Because you have it active, the board is going to ignore the uploaded changes and keep using the last saved presets settings.
So comment it out with 2 slashes at the beginning, like this
// #define KEEP_SAVEFILES_WHEN_PROGRAMMING
then reupload.
nope still nothing the file names match so idont know what the saber wants from me
Did you remove KEEP_SAVEFILES_WHEN_PROGRAMMING?
Have you tried checking the serial monitor to see what directory itâs actually looking for?