Yes, you are right. You’re so meticulous, which prompts me to update the wiki as soon as possible. Thank you!
Fix Aocoda-RC H743Dual motor 5-8 mis-labeled issue 26812
ArduPilot:master
← SnapDragonfly:26812_Aocoda-RC-H743Dual-motor-labele-issue
[26812 Aocoda-RC H743Dual motor 5-8 mis-labeled issue](https://github.com/ArduPi…
hwdef: Fix Aocoda-RC H743Dual motor 5-8 mis-labeled issue
ArduPilot:master
← Aocoda-RC:fix_h743dual_motor_issue
[ Fix Aocoda-RC H743Dual motor 5-8 mis-labeled issue #9948 ](https://github.com/…
Hmmm… New progress, new problem! :)
In order to handle 1024 wire motor encoder, i increased quota from 10000 to 60000. diff --git a/libraries/AP_HAL_ChibiOS/GPIO.cpp b/libraries/AP_HAL_ChibiOS/GPIO.cpp index f62bd73c27..55c7dd7c55 100644 --- a/libraries/AP_HAL_ChibiOS/GPIO.cpp +++ b/libraries/AP_HAL_ChibiOS/GPIO.cpp @@ -601,7 +601,7 @@ void GPIO::timer_tick() // allow 100k interrupts/second max for GPIO interrupt sources, which is // 10k per 100ms call to timer_tick() #if HAVE_GPIO_PINS - const uint16_t quota = 1000…