cmaion
cmaion
Hi, Same issue with swaylock-1.5-2 as shipped by Ubuntu 21.04. Recompiled from master branch: crash when secondary monitor wakes up seem to be solved!
It should theoretically be possible, there's a fork by Antash where file deletion has been implemented. Why would you need that? The watch automatically clears older data when needed.
Are you sure that the watch doesn't automatically clears older records by itself, without any help from Polar Flow?
Hi Looks like an issue specific to Windows. I just switched the serial port library used to another one (https://github.com/cmaion/polar/commit/2f0d717d39c94f93357f35723a02c9b4ece11a49). Pull and let me know if it works better for...
Hi Just pushed a new commit, give it a try.
ok good to know. I have pushed another commit that you may want to try too, both on Windows directly & WSL (force serial flow control to HARD -- if...
Hi, Theoretically speaking, yes. Some work has been done by @Antash in that regard (see https://github.com/cmaion/polar/issues/26), but not conclusive yet.
This would probably be quite a messy thing to do! Polar definitely should add a way to upload external TCX/FIT files to their platform, esp. to have meaningful training load...
Hi David, It seems that you just need to grant yourself access to /dev/ttyACME0 (eg, with sudo chown or sudo chmod). Cheers
1. this is because the directory in which you installed the tools is not in the search path ($PATH). You may add something like `PATH=$PATH:/path/to/polar/directory` in your profile (usually `~/.profile`...