internal changes, remove useless things

This commit is contained in:
2026-01-13 21:13:10 +01:00
parent bbecc23b6b
commit 77b7f45d90
21 changed files with 201 additions and 1083 deletions
+2
View File
@@ -406,9 +406,11 @@ void sendUDPlog() {
String CHIP = "";
switch (chipmodel) {
case 0: CHIP = "TEF6686"; break;
#ifndef DEEPELEC_DP_66X
case 1: CHIP = "TEF6687"; break;
case 2: CHIP = "TEF6688"; break;
case 3: CHIP = "TEF6689"; break;
#endif
}
String RTPLUS = "";