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.
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:
Happy to write the patch if there's agreement on this feature.