I've got multiple microbits plugged into my laptop as I require multiple serial terminals.
I plugged my micropython microbit in first so it's /dev/ttyACM0. I then plugged in a MakeCode blocks microbit.
ufs defaults to the last plugged in microbit which is /dev/ttyACM1 the MakeCode one. I need to be able to specify the device I choose to microfs into
I've got multiple microbits plugged into my laptop as I require multiple serial terminals.
I plugged my micropython microbit in first so it's
/dev/ttyACM0. I then plugged in a MakeCode blocks microbit.ufsdefaults to the last plugged in microbit which is/dev/ttyACM1the MakeCode one. I need to be able to specify the device I choose to microfs into