config-editor-base 2.1.5 → 2.1.6

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 CHANGED
@@ -386,7 +386,7 @@ var checkConfigTransmitPeriodDelay = function checkConfigTransmitPeriodDelay(con
386
386
  for (var i = 1; i < 3; i++) {
387
387
  if (content["can_" + i].transmit != undefined) {
388
388
  var transmitListFiltered = content["can_" + i].transmit.filter(function (e) {
389
- return e.period < e.delay;
389
+ return e.period > 0 && e.period < e.delay;
390
390
  });
391
391
  if (transmitListFiltered.length > 0) {
392
392
  dispatch(set({