A lot of new stuff

This commit is contained in:
Ryzerth
2021-06-28 02:22:51 +02:00
parent 72a794df6f
commit da96ecaaba
14 changed files with 763 additions and 68 deletions

View File

@ -92,6 +92,7 @@ public:
void selectFirst() {
if (devCount > 0) { selectByInfo(&devInfoList[0]); }
else { selectedSerial = ""; }
}
void selectBySerial(std::string serial, bool reloadChannelId = true) {