All of the bose-dfu info output from #3 exhibits this issue. For example, from @Gigzy:
$ bose-dfu info
USB serial: 00000000000000000000000
HW serial: 72476P62100100A2
Device model: Cup
Current firmware: .1.4.3558
That ought to say "1.1.4.3558", I think. I've pushed commit db3c349 to add new logging when BOSE_DFU_LOG=trace to help debug the issue. If folks with the SoundLink Mini II can clone this repository, run BOSE_DFU_LOG=trace cargo run -- info in normal mode, and post the output (feel free to redact the serial number), that'd be useful!
All of the
bose-dfu infooutput from #3 exhibits this issue. For example, from @Gigzy:That ought to say "1.1.4.3558", I think. I've pushed commit db3c349 to add new logging when
BOSE_DFU_LOG=traceto help debug the issue. If folks with the SoundLink Mini II can clone this repository, runBOSE_DFU_LOG=trace cargo run -- infoin normal mode, and post the output (feel free to redact the serial number), that'd be useful!