Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ModbusSerialClient: Initialise new fields.
Not initialising _last_frame_end and _silent_interval breaks test cases. We'll initialise _last_frame_end to 0.0 (to indicate the last frame is possibly a *long* time ago, connect resets it) and we set _silent_interval there since baud rate should not be changing.
- Loading branch information