Skip to content

Commit 5441c19

Browse files
authored
remove setClock for ESP32 (still there for 8266)
1 parent f0ec6c8 commit 5441c19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/i2c/WipperSnapper_I2C.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ WipperSnapper_Component_I2C::WipperSnapper_Component_I2C(
8282
} else {
8383
_isInit = true; // if the peripheral was configured incorrectly
8484
}
85-
_i2c->setClock(100000);
8685
#elif defined(ARDUINO_ARCH_ESP8266)
8786
_i2c = new TwoWire();
8887
_i2c->begin(msgInitRequest->i2c_pin_sda, msgInitRequest->i2c_pin_scl);

0 commit comments

Comments
 (0)