• Don Gagne's avatar
    Run SerialLink on main thread · cf9df59c
    Don Gagne authored
    This is needed for Android since it needs to communicate with java apis
    which require everything on the main thread. The additional thread was
    not really needed since you can implement using a signal based approach
    which ends up being the same thing.
    cf9df59c
SerialLink.cc 14.5 KB