Skip to content

Commit f0ec6c8

Browse files
authored
Swap esp32 i2c to 100k
1 parent adafae9 commit f0ec6c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/i2c/WipperSnapper_I2C.cpp

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

0 commit comments

Comments
 (0)