Body:init: Return true if any devices were initialized at all

This commit is contained in:
2025-09-15 08:25:20 -04:00
parent 0ec227cf9e
commit 7c48abbcca
+1 -1
View File
@@ -97,7 +97,7 @@ public:
<< results.nSucceeded << " of " << results.nTotal
<< " sense devices." << "\n";
callOriginalCbFn(results.nSucceeded == results.nTotal);
callOriginalCbFn(results.nSucceeded > 0);
}
};