diff --git a/lib/default/TasmotaWire/src/twi_class.h b/lib/default/TasmotaWire/src/twi_class.h index 228a118e3..7b66770b9 100644 --- a/lib/default/TasmotaWire/src/twi_class.h +++ b/lib/default/TasmotaWire/src/twi_class.h @@ -14,7 +14,7 @@ private: unsigned char twi_sda = 0; unsigned char twi_scl = 0; unsigned char twi_addr = 0; - uint32_t twi_clockStretchLimit = 0; + uint32_t twi_clockStretchLimit = 150000; // These are int-wide, even though they could all fit in a byte, to reduce code size and avoid any potential // issues about RmW on packed bytes. The int-wide variations of asm instructions are smaller than the equivalent