diff --git a/src/main/target/CLRACINGF4/config.c b/src/main/target/CLRACINGF4/config.c index 73aa9e1946..b008fe7715 100644 --- a/src/main/target/CLRACINGF4/config.c +++ b/src/main/target/CLRACINGF4/config.c @@ -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 diff --git a/src/main/target/CLRACINGF7/config.c b/src/main/target/CLRACINGF7/config.c index 8902486262..5bab3a305f 100644 --- a/src/main/target/CLRACINGF7/config.c +++ b/src/main/target/CLRACINGF7/config.c @@ -27,6 +27,6 @@ void targetConfiguration(void) { - pinioBoxConfigMutable()->permanentId[0] = 39; + pinioBoxConfigMutable()->permanentId[0] = 40; } #endif