Closed D1no closed 4 years ago
Hi @D1no. The message printed is a warning only, and should work just fine with revision c03111
. I'll get it added to the list.
The crash your experiencing is unrelated to the warning. The issue you're experiencing is because P1-P12
is not a valid pin. Did you mean P1-12
?
EDIT: upon further investigation, that board revision was added some time ago. Please run npm update
to ensure you're using the latest version of all dependencies, and ensure that you're using version 10.0.4 of Raspi IO.
Ok I'll need to check that when I play around again. In the last version I locally needed to patch add the revision number to the node module listing.
Hi, I try to run Johnny Five on my new Raspberry PI 4
c03112
. #119 mentioned a new revision number — apparently there is another one. How can I force it in the mean time to usec03111
?