Simplified usb connection, better UI

This commit is contained in:
Niellune
2026-03-25 20:10:22 +02:00
parent 45886d00db
commit 79965af3e6
26 changed files with 646 additions and 594 deletions
+1 -2
View File
@@ -27,8 +27,7 @@ private:
bool showVideo = true;
bool fullscreen = false;
bool mouseDown = false;
int8_t previousdeviceStatus = PROTOCOL_STATUS_INITIALISING;
atomic<int8_t> deviceStatus = PROTOCOL_STATUS_INITIALISING;
int8_t latestState = PROTOCOL_STATUS_UNKNOWN;
};
bool setAudioDriver();