Releases: LearningToPi/ammeter_logger
Releases · LearningToPi/ammeter_logger
v0.1.2 - Bugfix
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
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.