Open
Description
Revision : a52082
Serial : 000000007d46b6ab
Model : Raspberry Pi 3 Model B Rev 1.2
When compiled and tried to run I got WS2811_ERROR_HW_NOT_SUPPORTED
which was surprising because I compiled https://github.com/jgarff/rpi_ws281x and its test was running fine.
Then I noticed that a wrapper checkouts tag 1.0.0 and that was the cause of WS2811_ERROR_HW_NOT_SUPPORTED, with checkout master I got everything working, so I suggest the correction
pushd ${NATIVE_SRC}
#git checkout v1.0.0
git checkout master
popd
Metadata
Metadata
Assignees
Labels
No labels
Activity