Skip to content

added Luckfox Mini #354

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

Merged
merged 3 commits into from
May 31, 2024
Merged

added Luckfox Mini #354

merged 3 commits into from
May 31, 2024

Conversation

nopnop2002
Copy link
Contributor

$ cat detect.py
from adafruit_platformdetect import Detector
detector = Detector()
print("Chip id: ", detector.chip.id)
print("Board id: ", detector.board.id)


$ python3 ./detect.py
Chip id:  RV1103
Board id:  LUCKFOX_PICO_MINI

@makermelissa
Copy link
Collaborator

It looks like it's not passing because of a formatting issue. Running pre-commit and pushing the changes should fix it.

@nopnop2002
Copy link
Contributor Author

nopnop2002 commented May 30, 2024

@makermelissa
Thanks for your support.

It was my first time doing PR.
What is pre-commit?
Please tell me how to resolve.

@makermelissa
Copy link
Collaborator

@nopnop2002
Copy link
Contributor Author

nopnop2002 commented May 31, 2024

@makermelissa

It was helpful.
thank you.

Copy link
Collaborator

@makermelissa makermelissa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thank you.

@makermelissa makermelissa merged commit 2e1f0a2 into adafruit:main May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants