Skip to content

Releases: LearningToPi/ammeter_logger

v0.1.2 - Bugfix

29 Oct 05:16

Choose a tag to compare

Fixed bug that was introduced in v0.1.1 that caused an error with data logger exporting to CSV.

v0.1.1 - Data conversion update

28 Oct 05:31

Choose a tag to compare

Updated to fix formatting on data returned from the micropython sensor. Lists are sent as strings are converted back to lists, and integers/floats are converted from strings to int/floats.