Small speed improvements

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-02-03 18:38:50 +01:00
parent 5650864dd9
commit 892cb28860
5 changed files with 21 additions and 10 deletions
+1
View File
@@ -167,6 +167,7 @@ void Tuner_Patch(byte TEF) {
void Tuner_I2C_Init() {
Wire.begin();
Wire.setClock(400000);
delay(5);
}