nebrius / raspi-io

An IO plugin for Johnny-Five that provides support for the Raspberry Pi
MIT License
546 stars 63 forks source link

Unknown Board Revision #136

Closed rperry94 closed 3 years ago

rperry94 commented 3 years ago

I have a Raspberry Pi 4 8gb. I guess this is not supported yet. It registers "Unknown Board Revision d03114".

nebrius commented 3 years ago

It's supported, that message is just a warning. Sounds like you're running an outdated version of some dependencies though, cause you're board revision is in the list (see https://github.com/nebrius/raspi-board/blob/cd071ed/src/index.ts#L87). Try running npm update to fix it.