Skip to content

Releases: jtcash/OwonB41T

v0.0.5 Fixed meter name search to include the name "BDM"

25 Feb 07:11
Compare
Choose a tag to compare

I learned that the default BLE name of the meter is "BDM", so I have updated the name substring search to look for this too.
This substring might be more common, so there's a chance of attempting connection to unrelated devices, but I'll attempt to resolve this rare conflict in the future.

v0.0.4 start offline recording + offline download crash fix

05 Feb 08:09
Compare
Choose a tag to compare

Start offline recording with console command p (interval) (count) where interval is an integer representing seconds between data points and count is the number of samples to record.
Also, this version fixes a bug where printing out offline data would crash the program when the timestamp seconds rolled over

v0.0.3 support for renaming device

05 Feb 07:12
fb9b1e0
Compare
Choose a tag to compare
Pre-release

use @ followed by what you want to name your multimeter to rename it

v0.0.2 offline data downloading

05 Feb 06:31
6116f53
Compare
Choose a tag to compare
Pre-release

added a command to download offline/recorded data. send a 'o' to stdin followed by a newline

Test release v0.0.1

03 Feb 20:37
Compare
Choose a tag to compare
Test release v0.0.1 Pre-release
Pre-release

Small printing issue fixes where there were sometimes extra 0s

Test release v0.0.0

03 Feb 09:30
63133e1
Compare
Choose a tag to compare
Test release v0.0.0 Pre-release
Pre-release

Testing if this binary will run on other machines.