PIN_STATUS_LED broken with 1.9 update
Closed this issue · 3 comments
sborenstein-ift commented
Good news, the WS2812 LED works. The "dumb LED" output is now broken.
BluemarkInnovations commented
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
Is fixed in 1.10, so this issue can be closed.
tridge commented
fixed