@cybuzuma If you have time, could you please resolve the conflicts? If not, I can do it myself as well.
Ah, I just did this literally a minute ago as well as changed the goreleaser config to remove the pulseaudio dependencies
This is a good idea, thanks. Can you also update the README and remove the pulseaudio-utils
and libpulse
dependencies? Thank you.
The SSH connection is to the server on my local network. I didn't want to expose it to prevent my server from being open to the internet.
If you want to run ITD with your modified infinitime
library, you can add replace go.arsenm.dev/infinitime => path/to/infinitime
into the go.mod
file.
Considering the painfully slow upgrade procedure on my machine and considering that infinitime already does that at the end of the transfer by itself, I don't see the benefit of a CRC check at…
The CRC goes to the watch as part of the init packet. The watch errors if the CRC doesn't match once it receives the firmware. If I were to check the CRC myself, I'd have to read from the file…