particle-iot / spark-cli

DEPRECATED: Renamed to particle-cli. See https://github.com/spark/particle-cli
GNU Lesser General Public License v3.0
159 stars 38 forks source link

feature/hal and photon changes #156

Open m-mcgowan opened 9 years ago

m-mcgowan commented 9 years ago

Here's a braindump of how the photon differs to the core regarding the surfaces touched by spark-cli:

In the hal/feature branch the text that is output when the user identifies the device is changed to: Your device id is 320020001847333531323135

The DFU addresses have changed:

device public key:

device private key:

server address info:

The text when identifying the device ID over serial has changed slightly: Your device id is 2c001b001947333531323135

..aaand that's it. at least what I can think of so far. I'll add comments below if there's more. :flashlight:

KarbonDallas commented 9 years ago

SO helpful, thank you @m-mcgowan!