Pull in VITURE Beast and unfinished Pro 2 support, bump to v2.11.0
This commit is contained in:
parent
013690580c
commit
886ce0b9dc
|
|
@ -334,7 +334,7 @@ export const DeviceDataStream = GObject.registerClass({
|
|||
} else if (this.breezy_desktop_running !== this.breezy_desktop_actually_running) {
|
||||
// update the breezy_desktop_running property if the state changes to trigger "notify::" events
|
||||
this.breezy_desktop_running = this.breezy_desktop_actually_running;
|
||||
if (!this.breezy_desktop_running && keepalive_only) {
|
||||
if (!this.breezy_desktop_running) {
|
||||
this.device_data = null;
|
||||
this.imu_snapshots = null;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 33f15b0e15b141e7664afcc4c09d2c19b62716c0
|
||||
Subproject commit dd0d592130b7fb8bc0923d2df6238e0c6a8b419b
|
||||
Loading…
Reference in New Issue