Open paragshar opened 7 years ago
Yes, you're right. We didn't modify the documents after forking the repository.
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! :+1:
The document is still showing PLATFORM=photon.
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?