5,710
edits
Changes
→Particle Photon
https://github.com/spark/firmware/blob/develop/docs/gettingstarted.md
=Particle PhotonBuild Firmware=Change dir to firmware/modules <syntaxhighlight lang="bash">make all PLATFORM=photon program-dfu</syntaxhighlight> =Build Application=
Simlink application to firmware/user/applications
Change dir to firmware/main
<syntaxhighlight lang="bash">make all PLATFORM=photon APP=housenode program-dfu</syntaxhighlight>