ArduPilot / CustomBuild

Custom build server source
GNU General Public License v3.0
13 stars 39 forks source link

Missing ESC Telemetry Option (SpeedyBeeF405Wing) #69

Open Magnorio opened 7 months ago

Magnorio commented 7 months ago

The ESC Telemetry is not able to run out of any custom compilation becasue the following define is not set: define HAL_WITH_ESC_TELEM 1 When manually changing the hwdef for the SpeedyBeeF4015Wing and seeting the -> define HAL_WITH_ESC_TELEM 1, then the ESC telemetry is running. I beleave the other AP boards with 1Mega memory only are suffering from this same issue.

There should be an option to enable this.

Br, Pedro Claro

Magnorio commented 7 months ago

https://discuss.ardupilot.org/t/speedybee-f405-wing-no-esc-telemetry/112650/18?u=pedro_claro

andyp1per commented 7 months ago

Fixed by https://github.com/ArduPilot/ardupilot/pull/26327

Hwurzburg commented 7 months ago

we should fix the custom build server issue also.. @peterbarker do you know what the issue is tha esc telem on the Speedybee cant be added back in on the custom build server?