Can anybody spot something stupid? I believe I have num blades as 4. I have 4 blade definitions and each config has 4 blade presets. BUT who knows, I’m tired.
"In file included from C:\Users\macos\Downloads\ProffieOS-v6.7\ProffieOS\ProffieOS.ino:564:
C:\Users\macos\Downloads\ProffieOS-v6.7\ProffieOS\config\dagangera.h:88:1: error: too many initializers for ‘Preset’
The config you posted compiles fine, you may have a different config defined than you think or maybe you didn’t save the config before trying to upload?
I would find the ProffieOS folder on your computer, go into /config and find your config file, double click to open it and make sure it’s the cone you want.
Then go up to the root of ProffieOS folder and double click ProffieOS.ino to launch from that same location
Then in Arduino for ProffieOS.ino define your CONFIG_FILE and make sure you have the exact spelling of your file.
#define CONFIG_FILE "config/YOUR_CONFIG_FILE.h"
Then either Verify or Upload.
If you get an error go back to the same config and post it here again, maybe the one you posted above isn’t the one you meant to post?