redbear / firmware

Firmware for Particle Devices: Spark Core (master branch) and Photon (latest branch)
https://www.particle.io/
GNU Lesser General Public License v3.0
9 stars 12 forks source link

Getting Started Document Error #37

Open paragshar opened 7 years ago

paragshar commented 7 years ago

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?

XuGuohui commented 7 years ago

Yes, you're right. We didn't modify the documents after forking the repository.

paragshar commented 7 years ago

Can I make contributions to the repo? I will be glad to help in any way possible.

XuGuohui commented 7 years ago

That would be great! Thank you so much for your contribution! :+1:

alicazi commented 7 years ago

The document is still showing PLATFORM=photon.