diff --git a/src/Tuner_Interface.cpp b/src/Tuner_Interface.cpp index 7d525a3..2566808 100644 --- a/src/Tuner_Interface.cpp +++ b/src/Tuner_Interface.cpp @@ -72,7 +72,6 @@ bool Tuner_WriteBuffer(unsigned char *buf, uint16_t len) { Wire.beginTransmission(0x64); for (uint16_t i = 0; i < len; i++) Wire.write(buf[i]); uint8_t r = Wire.endTransmission(); - delay(2); return (r == 0) ? 1 : 0; } @@ -173,6 +172,7 @@ void Tuner_Patch(byte TEF) { void Tuner_I2C_Init() { Wire.begin(); + Wire.setClock(400000); delay(5); } diff --git a/src/language.h b/src/language.h index 88138a7..71905a8 100644 --- a/src/language.h +++ b/src/language.h @@ -1,7 +1,7 @@ #ifndef LANGUAGE_H #define LANGUAGE_H -#define VERSION "v2.11.9" +#define VERSION "v2.11.10" // [number of languages][number of texts]