We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The "Getting Started" document (https://github.com/redbear/firmware/blob/duo/docs/gettingstarted.md) says
Navigate to the modules folder under firmware (i.e. cd firmware/modules) and type:
make clean all PLATFORM=photon -s program-dfu
For RedBear Duo, the above statement should be like
make clean all PLATFORM=duo -s program-dfu
Isn't it?
The text was updated successfully, but these errors were encountered:
Yes, you're right. We didn't modify the documents after forking the repository.
Sorry, something went wrong.
Can I make contributions to the repo? I will be glad to help in any way possible.
That would be great! Thank you so much for your contribution! 👍
The document is still showing PLATFORM=photon.
No branches or pull requests
The "Getting Started" document (https://github.com/redbear/firmware/blob/duo/docs/gettingstarted.md) says
Navigate to the modules folder under firmware (i.e. cd firmware/modules) and type:
make clean all PLATFORM=photon -s program-dfu
For RedBear Duo, the above statement should be like
make clean all PLATFORM=duo -s program-dfu
Isn't it?
The text was updated successfully, but these errors were encountered: