-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Old boards not auto detected. #406
Comments
Additional info:
|
FDelporte
added a commit
that referenced
this issue
Nov 4, 2024
And thanks @cniesen for adding the additional info with the output of the |
@FDelporte The PR #407 looks good to me. Thanks. cc @eitch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have an old model B+ board. The BoardInfoHelper doesn't detect this board because it returns the old code of 0010 at
pi4j-v2/pi4j-core/src/main/java/com/pi4j/boardinfo/util/BoardInfoHelper.java
Line 32 in 7b4e526
In the BoardModel this code isn't listed for the board.
pi4j-v2/pi4j-core/src/main/java/com/pi4j/boardinfo/definition/BoardModel.java
Line 65 in 7b4e526
Please add the old board codes. Here's a reference for these codes. Thanks.
https://github.com/raspberrypi/documentation/blob/develop/documentation/asciidoc/computers/raspberry-pi/revision-codes.adoc
The text was updated successfully, but these errors were encountered: