Releases: jtcash/OwonB41T
v0.0.5 Fixed meter name search to include the name "BDM"
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
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
use @ followed by what you want to name your multimeter to rename it
v0.0.2 offline data downloading
added a command to download offline/recorded data. send a 'o' to stdin followed by a newline
Test release v0.0.1
Small printing issue fixes where there were sometimes extra 0s
Test release v0.0.0
Testing if this binary will run on other machines.