particle-iot / spark-server

UNMAINTAINED - An API compatible open source server for interacting with devices speaking the spark-protocol
https://www.particle.io/
GNU Affero General Public License v3.0
441 stars 136 forks source link

Support OTA flash of firmware from local cloud #25

Closed lbt closed 10 years ago

lbt commented 10 years ago

It would be nice to be able to send a locally compiled binary to a spark using the local server.

Something like spark flash 0123456789ABCDEFGHI ./firmware.bin

dmiddlecamp commented 10 years ago

Hi lbt,

This is already implemented and should work well. Are you running into a particular issue?

Thanks, David

lbt commented 10 years ago

nope - I missed it in the docs and this Zachary guy asked me to create an issue for it ;) Just tried and it works great - thanks.