ntoll / uflash

A module and command to easily flash Python onto the BBC's micro:bit device.
http://micropython.org/
MIT License
106 stars 27 forks source link

Flash multiple microbits at once #18

Closed tomviner closed 8 years ago

tomviner commented 8 years ago

Now that we have the radio module, there's an obvious need to flash multiple devices at once, when updating a microbit squadron with your new game.

Currently you can address non-default targets like uflash race.py /media/tom/MICROBIT1 but it would be nice to have: uflash race.py /media/tom/MICROBIT /media/tom/MICROBIT1

This would allow shell expansions like:

$ uflash race.py /media/tom/MICROBIT*
or
$ uflash race.py /media/tom/MICROBIT{,1,2}

Happy to write the patch if there's agreement on this feature.

ntoll commented 8 years ago

Make it so..! :-)

If you make a patch remember to update the docs and add yourself to the AUTHORS file.