faster wake up

This commit is contained in:
2026-01-18 14:32:42 +01:00
parent 0ee9fc32c3
commit 766dffccc6
14 changed files with 82 additions and 82 deletions

View File

@@ -1,8 +1,6 @@
#include "globals.h"
#include "Tuner_Patch_Lithio_V102_p224.h"
#ifndef DEEPELEC_DP_66X
#include "Tuner_Patch_Lithio_V205_p512.h"
#endif
#include <Wire.h>
bool Tuner_WriteBuffer(unsigned char *buf, uint16_t len) {
@@ -64,11 +62,9 @@ void Tuner_Patch(byte TEF) {
case 102:
Tuner_Patch_Load(pPatchBytes102, PatchSize102);
break;
#ifndef DEEPELEC_DP_66X
case 205:
Tuner_Patch_Load(pPatchBytes205, PatchSize205);
break;
#endif
}
Wire.beginTransmission(TEF668X_ADDRESS);
Wire.write(0x1c);
@@ -84,11 +80,9 @@ void Tuner_Patch(byte TEF) {
case 102:
Tuner_Patch_Load(pLutBytes102, LutSize102);
break;
#ifndef DEEPELEC_DP_66X
case 205:
Tuner_Patch_Load(pLutBytes205, LutSize205);
break;
#endif
}
Wire.beginTransmission(TEF668X_ADDRESS);
Wire.write(0x1c);