diff --git a/common/modules/mixly-modules/web/ampy.js b/common/modules/mixly-modules/web/ampy.js index d46b2384..91155147 100644 --- a/common/modules/mixly-modules/web/ampy.js +++ b/common/modules/mixly-modules/web/ampy.js @@ -35,8 +35,8 @@ class AmpyExt extends Ampy { #receiveTemp_ = []; #writeBuffer_ = true; #active_ = false; - #dataLength_ = 256; - constructor(device, writeBuffer = true, dataLength = 256) { + #dataLength_ = 32; + constructor(device, writeBuffer = true, dataLength = 32) { super(); this.#device_ = device; this.#writeBuffer_ = writeBuffer;