diff --git a/src/Tuner_Interface.cpp b/src/Tuner_Interface.cpp index 43d23a3..7d525a3 100644 --- a/src/Tuner_Interface.cpp +++ b/src/Tuner_Interface.cpp @@ -173,7 +173,6 @@ void Tuner_Patch(byte TEF) { void Tuner_I2C_Init() { Wire.begin(); - Wire.setClock(400000); delay(5); }