Skip to content

v3.7.0

Compare
Choose a tag to compare
@kai-morich kai-morich released this 15 Oct 15:08
· 6 commits to master since this release
880c007

features:

  • new Chrome OS CCD (Closed Case Debugging) ChromeCcdSerialDriver (#540)

changes:

  • consolidate control line method results, if no control lines supported (GsmModemSerialDriver, ChromeCcdSerialDriver):
    • getSupportedControlLines returns EnumSet.noneOf(ControlLine.class)
    • getControlLines() throws UnsupportedOperationException, similar to get/set<SingleControlLine>()