mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
Stamp out use of box 39 for pinio, use 40 USER1 instead
Effects legacy targets: CLRACINGF4 CLRACINGF7
This commit is contained in:
parent
1c8d41b952
commit
ead84908f4
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@
|
|||
|
||||
void targetConfiguration(void)
|
||||
{
|
||||
pinioBoxConfigMutable()->permanentId[0] = 39;
|
||||
pinioBoxConfigMutable()->permanentId[0] = 40;
|
||||
motorConfigMutable()->dev.motorPwmProtocol = PWM_TYPE_DSHOT600;
|
||||
gyroConfigMutable()->gyro_sync_denom = 1; // 8kHz gyro
|
||||
pidConfigMutable()->pid_process_denom = 1; // 8kHz PID
|
||||
|
|
|
@ -27,6 +27,6 @@
|
|||
|
||||
void targetConfiguration(void)
|
||||
{
|
||||
pinioBoxConfigMutable()->permanentId[0] = 39;
|
||||
pinioBoxConfigMutable()->permanentId[0] = 40;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue