mirror of https://github.com/espruino/BangleApps
Fix #2405
parent
739ffca92d
commit
955531abb6
|
@ -72,6 +72,7 @@ var submittedUsageInfo = "";
|
|||
function sendUsageStats() {
|
||||
if (!SETTINGS.sendUsageStats) return; // not allowed!
|
||||
if (device.uid === undefined) return; // no data yet!
|
||||
if (!device.appsInstalled.length) return; // no installed apps or disconnected
|
||||
/* Work out what we'll send:
|
||||
* A suitably garbled UID so we can avoid too many duplicates
|
||||
* firmware version
|
||||
|
|
Loading…
Reference in New Issue