Nicolas Viennot
Nicolas Viennot
ici `r'^\S+ on (.*MICROBIT( [0-9]+)?)'` fonctionne, mais pas celle que tu as proposé. Essaie de faire un `mv /mnt/MICROBIT "/mnt/MICROBIT 1"` pour tester
``` >>> import re >>> line = "/dev/disk2 on /Volumes/MICROBIT 1 (msdos, local, nodev, nosuid, noowners)" >>> re.match(r'^\S+ on (.*MICROBIT\s?([0-9]+)?)', line).group(1) '/Volumes/MICROBIT 1' >>> line = "/dev/disk2 on /Volumes/MICROBIT (msdos,...
Arguably, the latency should be better with the select() version when using multi devices, because the client will know which devices to read from, as opposed to try them all...
`lsblk` is not present by default on MacOS. So I vote for no.
> it was configured to send every packets received, and it worked pretty well. Maybe this issue resides in the UART management code, combined with your modification in btlejack (using...
Ah! It might be a good idea to have a FIFO queue of messages. the radio would push some messages to the queue, and the uart pops messages out. This...
That's great! Thank you!!
It would be possible, but I won't do the implementation personally. Someone else could do it
Great! Join, the discord: https://discord.gg/9HSMNYxPAM And yes, photos would be super helpful!