Compilation error: too many initializers for 'Preset' [SOLVED]

Hi all,

I am getting this error when compiling even though I have the number of blades (3) correct as well as the blade config. Each font also has 3 styles.

In file included from C:\Users\User\OneDrive\Desktop\ProffieOS\ProffieOS.ino:621:
C:\Users\User\OneDrive\Desktop\ProffieOS\config\CCSabers.h:317:1: error: too many initializers for ‘Preset’
317 | };
| ^

exit status 1

Compilation error: too many initializers for ‘Preset’

Here is the full config:

Any help is appreciated

This:

 { "7Hero", "tracks/Anakin's Turn.wav", "tracks/Order66.wav",

You can’t have two tracks in one Preset.

Thank you so much! Maybe I was too close to it and needed another set of eyes. That was the issue on a few others as well. I truly appreciate you time!

1 Like