ArduPilot / ArduRemoteID

RemoteID support using OpenDroneID
GNU General Public License v2.0
93 stars 46 forks source link

PIN_STATUS_LED broken with 1.9 update #62

Closed sborenstein-ift closed 1 year ago

sborenstein-ift commented 1 year ago

Good news, the WS2812 LED works. The "dumb LED" output is now broken.

BluemarkInnovations commented 1 year ago

Yes I noticed. I did some testing, but I don't have the final solution. The LED works (but flashes if it is not connected to the Cube) by adding this line pinMode(PIN_STATUS_LED, OUTPUT); to the setup function of RemoteIDModule.ino. It looks as if the init function is not properly called.

BluemarkInnovations commented 1 year ago

Is fixed in 1.10, so this issue can be closed.

tridge commented 1 year ago

fixed