mirror of
https://github.com/niellun/FastCarPlay.git
synced 2026-06-07 09:38:25 +02:00
Simplified usb connection, better UI
This commit is contained in:
+1
-2
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user