Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 768 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 768 Bytes

Dev setup

  • Install Particle CLI
    • Linux/Mac: npm install -g particle-cli
    • Windows: download the installer since it doesn't readily build on Windows
  • particle login (note: requires two-factor auth)

Building

  • npm run build

Testing

  • To a flash a USB-connected device, run npm run firmware:flash
  • For a USB-connected device, run npm run firmware:monitor to monitor it via serial-over-USB. Use particle serial list to disambiguate ports and devices if need be.

Documentation

Useful links