Closed SoylentGraham closed 3 years ago
this.calibration = msg.devices[0].calibration; devices is 0 length.
this.calibration = msg.devices[0].calibration;
Not sure if this is really a problem, but maybe highlights at some point handling error/mutliple displays could be improved
fixed: 4f06ccc98acac4ea9957dcb63c137a49f640154a
this.calibration = msg.devices[0].calibration;
devices is 0 length.Not sure if this is really a problem, but maybe highlights at some point handling error/mutliple displays could be improved