Skip to content

1.10.0

Compare
Choose a tag to compare
@brycekahle brycekahle released this 27 Jan 21:16
· 2761 commits to master since this release

New Features

  • Add serial flash command and flash --serial mode to flash firmware over serial using the YMODEM protocol. (#200)
  • Add compile version targeting using --target argument. compile and flash both support this argument, when compiling via the cloud. (#183)
  • Add support for proxyUrl settings to be used when communicating with the Particle Cloud. (#108)
  • Prompt to request a transfer, if needed, when claiming a device. (#114)
  • Change to 0.4.9 update binaries used by the particle update command for Photon and P1.

Fixes

  • Fix serial device detection on Linux. Thanks @monkbroc! (#190)
  • Fix help command output that was missing information in some cases.
  • Fix timeout error during setup wifi on Cores. (#144)
  • Standardize Wi-Fi question order. (#19)
  • Fix list if no devices are found.
  • Generate keys with keys new if no DFU device found but --protocol specified.
  • Make binary downloads after compile more reliable.