V3,OS7.10 :The volume adjustment operation can not be implemented in the configuration file

Fett263 Proffieboard ProffieOS6 & 7 Config Helper
I genarated the configuration file througn above URL with V3 /OS7.10 .
I tried to find the parameter for volume adjustment in two buttons mode ,but failed .
In V2.2 , hold the AUX key and you will hear a tone ,then the volume will get louder when short press the PWR key .
So ,how to get the configuration file with volume adjustment ?
Thank you very much !

You need to select my prop. Then after you Generate Full Config press the blue Button/Control List button and read the controls or you can read here, be sure you did the required Set Up for Voice Prompts.

Thank you very much !
Fett263 ProffieOS7 Prop File (Buttons and Controls)
" Standard Controls While Blade is OFF"and "Standard Controls While Blade is ON ", how can I implement this operation ?

Fett263 Proffieboard ProffieOS6 & 7 Config Helper
When I set the configuration file with above URL , I can not find many functions .
For example , volume adjustment failed .but color change function was fine .

“Standard Controls” means they are default to the prop, so by using my prop you automatically get those controls IF you did the Set Up Instructions that were listed on the prop page. If the Standard Controls aren’t working then you didn’t do the Set Up Instructions, go back and read and do as it instructs.

You can post your config using pastebin.com so we can have a look.

Thank you very much !
I tried it so many times ,but all failed .

#ifdef CONFIG_TOP
#include “proffieboard_v3_config.h”
#define NUM_BLADES 1
#define NUM_BUTTONS 2
const unsigned int maxLedsPerStrip = 128;
#define EXTRA_COLOR_BUFFER_SPACE 60
#define VOLUME 1000
#define CLASH_THRESHOLD_G 4
#define ENABLE_AUDIO
#define ENABLE_MOTION
#define ENABLE_WS2811
#define ENABLE_SD
#define MOTION_TIMEOUT 60 * 1 * 1000
#define IDLE_OFF_TIME 60 * 1 * 1000
#define DISABLE_DIAGNOSTIC_COMMANDS
#define ENABLE_ALL_EDIT_OPTIONS
#define NO_REPEAT_RANDOM
#define COLOR_CHANGE_DIRECT
#define FETT263_HOLD_BUTTON_LOCKUP
#define FETT263_SAVE_GESTURE_OFF
#define FETT263_USE_BC_MELT_STAB
#define FETT263_LOCKUP_DELAY 30
#define FETT263_BM_CLASH_DETECT 6
#define FETT263_TWIST_ON_PREON
#define FETT263_TWIST_ON_NO_BM
#define FETT263_TWIST_OFF

#endif

#ifdef CONFIG_PROP
#include “…/props/saber_fett263_buttons.h”
#endif

OS7.10 / V3 STM32L452REI3
Arduino set : Proffieboard V3 /USB type serial /SDCARD high speed/ proffieboard version 3.6 installed
So ,could you send me a config file which generated by your computer ?
Almost 48 hours for this config 。
Thank you !

What are your USB Type and DOSFS set to in Arduino > Tools?

Arduino set :
USB type serial
SDCARD high speed

Fett263 Proffieboard ProffieOS6 & 7 Config Helper
Only set some parameters in this URL ,the standard config file will be implemented?

The Config Tool builds a config based on what you select and input.

No, in your Arduino under Tools what is set?

The set in Arduino:
Board: Proffieboard V3
USB type: serial
DOSFS :SDCARD (SDIO High Speed)
CPU Speed : 80MHZ
Optimize: Fastest

And when you upload what is the full error message, use Copy Error Message so we see the full error.

Compiling and running without problems .
Just the control missed some functions ,for example can not adjustment the voulme .

If it uploads post the full config with pastebin.com

When running ,blast /turn on /turn off/ lockup /track/clash …all is fine .

Thank you very much !
pastebin.com ?
I am so sorry ,I can not open the URL .

Can you give me your email address ?

The just paste the full config in a reply

myconfig091601.h (9.2 KB)