Index: sources/cloudsync/CloudSyncController.h =================================================================== diff -u -r75219a6e89b20f405aad0c12c5aed5937118b2ad -r6f81407d61aa7d43f316f66f1038807cab5c253b --- sources/cloudsync/CloudSyncController.h (.../CloudSyncController.h) (revision 75219a6e89b20f405aad0c12c5aed5937118b2ad) +++ sources/cloudsync/CloudSyncController.h (.../CloudSyncController.h) (revision 6f81407d61aa7d43f316f66f1038807cab5c253b) @@ -68,9 +68,9 @@ quint64 _seq = 0; - const qint8 _deviceInfoStop = -1; // -1 is don't wait. + bool _deviceInfoStop = true; const qint8 _deviceInfoSecs = 1; // in seconds is used for the DG serial response message, if DG is detached UI will timeout after a second and will send the message regardless. - qint8 _deviceInfoWait = _deviceInfoStop; + qint8 _deviceInfoWait = 0; QString _deviceInfoHD = ""; QString _deviceInfoDG = ""; QString _deviceInfoUI = "";