config-editor-base 3.0.2 → 3.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +6 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +6 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -22580,7 +22580,12 @@ var OBDTool = /*#__PURE__*/function (_React$Component) {
|
|
|
22580
22580
|
fontSize: "12px",
|
|
22581
22581
|
marginBottom: "10px"
|
|
22582
22582
|
}
|
|
22583
|
-
}, "Period: ", selectedPids.length > 0 ? period : 0, " ms \xA0|\xA0 PIDs selected: ", selectedPids.length
|
|
22583
|
+
}, "Period: ", selectedPids.length > 0 ? period : 0, " ms \xA0|\xA0 PIDs selected: ", selectedPids.length, period > 10000 && /*#__PURE__*/React.createElement("div", {
|
|
22584
|
+
style: {
|
|
22585
|
+
color: "orange",
|
|
22586
|
+
marginTop: "4px"
|
|
22587
|
+
}
|
|
22588
|
+
}, "Warning: This PID selection will result in an infrequent update frequency of each PID of ", /*#__PURE__*/React.createElement("strong", null, (period / 1000).toFixed(1)), " seconds")), toolMode !== "test" && /*#__PURE__*/React.createElement("div", {
|
|
22584
22589
|
className: "form-group pl0 field-string"
|
|
22585
22590
|
}, /*#__PURE__*/React.createElement("label", {
|
|
22586
22591
|
style: {
|