Configuration Guide
This section explains how to configure Fidelity X firmware.
Parameter System
Fidelity X uses a parameter system for configuration. All configuration is done via CLI commands.
Basic Operations
| Command | Function |
|---|---|
param list | List all parameters |
param get <name> | Get parameter value |
param set <name> <value> | Set parameter |
param save | Save to Flash |
param load | Load from Flash |
param reset | Reset to defaults |
Configuration Categories
🎛️ PID Tuning Adjust flight response and feel
📈 Rate Profiles Adjust control sensitivity
🛡️ Safety System Configure Failsafe protection
Quick Configuration Examples
5” Freestyle
param set PID_ROLL_P 45param set PID_ROLL_I 80param set PID_ROLL_D 35param set GYRO_LPF_CUTOFF 100param saveTiny Whoop
param set PID_ROLL_P 35param set PID_ROLL_D 25param set GYRO_LPF_CUTOFF 80param saveReset to Defaults
param resetparam save