TeamOpenFIRE / OpenFIRE-App

Reference configuration/testing app for the OpenFIRE project, built in Qt/C++.
GNU General Public License v3.0
18 stars 10 forks source link

[REQUEST] Update recognized boards list without restarting #16

Open SeongGino opened 2 months ago

SeongGino commented 2 months ago

The app should be able to update the COM devices list without having to restart it; as currently, boards are only polled once at startup.

Perhaps using the same aliveTimer used to check for board pulses (related to automatic disconnects) would be useful.

(mostly a note to self atm)