All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
-
Changed auto-detection behaviour of serial port in
SerialReader
. The old behaviour was to always first attempt to auto-detect and only consider the port provided by the user if this fails. The new behaviour depends on the value of theserial_port
argument:- Empty or "auto": Try to auto-detect the port.
- any other value: Try to open the specified port. Do not attempt to auto-detect.
1.0.0 - 2022-11-16
Initial version.