Mark Haslinghuis

Results 464 comments of Mark Haslinghuis

Yes aware of the two issues. Please report findings to continue the hunt.

The latest nightly build of configurator should (always) be ready and (could) include some changes needed while progressing changes for the next release and should be fully backwards compatible. Did...

Configurator verifies motor outputs using `motorCount` from `FC.MOTOR_DATA` as different dma / timer configuration could disable the channel. ``` case MSPCodes.MSP_MOTOR: const motorCount = data.byteLength / 2; for (let i...

@hydra this needs rebase

make[2]: *** No rule to make target 'drivers/accgyro/accgyro_spi_icm42605.c', needed by 'obj/main/SPRACINGH7CINE/drivers/accgyro/accgyro_spi_icm42605.o'. Stop.

Cleanflight >= 4.2.0 has [new rates modes](https://github.com/cleanflight/cleanflight/wiki/4.2-Tuning-Notes#new-rates-modes) :) I guess rates and expo are a personal preference.

Unlocking DJI FPV and understanding the Fatshark Dominator / WalkSnail Avatar HD FPV System https://www.youtube.com/watch?v=fvXxu5mqSoo

Is that with motor testing enabled in motors tab?

MSC IO is not keeping up starving the scheduler. This is a STM HAL issue. Increasing buffer size could improve it.

@TonyBlit please rebase