Skip to content

v1.0.1

Compare
Choose a tag to compare
@94929 94929 released this 06 Oct 07:51

New features include,

  1. Implement experimental BLE functionality on Windows and macOS
    On both platforms, BLE works properly for the first time.
    However, in a continuous and repeated run, the connection may suffer from instability issue.

  2. Improve BLE connection stability in Linux Platform
    BLE support on Linux now withstands high property sampling rate.

  3. Implement module usage manual (i.e. quick-start)
    To see basic usage examples interactively, you can now reference our CUI usage manual.
    The functionality can be accessed by python -m modi --usage.

  4. Implement module inspection functionality (i.e. diagnose)
    To diagnose MODI hardware modules, you can use our new inspection functionality.
    The functionality can be accessed by python -m modi --inspect.

  5. Refactor GUI debugger design, fix initialization issue on macOS
    Change the debugger GUI by moving boxes and buttons respectively.
    Since Tkinter on macOS prohibits the main window to be run in a separate thread, the main window now lives in the main thread.