Auto template for AP Display disabled as currently to many refreshes break and reset the AP

This commit is contained in:
atc1441
2023-08-14 12:02:32 +02:00
parent 862c08c00b
commit 3271f399c9

View File

@@ -539,14 +539,14 @@ void ShowAPInfo() {
Serial.printf("| MAC | %02X%02X%02X%02X%02X%02X%02X%02X |\n", apInfo.mac[7], apInfo.mac[6], apInfo.mac[5], apInfo.mac[4], apInfo.mac[3], apInfo.mac[2], apInfo.mac[1], apInfo.mac[0]);
Serial.printf("| Ver | 0x%04X |\n", apInfo.version);
if (apInfo.type == SOLUM_154_SSD1619 || apInfo.type == SOLUM_29_SSD1619 || apInfo.type == SOLUM_29_UC8151 || apInfo.type == 0xE0) {
/*if (apInfo.type == SOLUM_154_SSD1619 || apInfo.type == SOLUM_29_SSD1619 || apInfo.type == SOLUM_29_UC8151 || apInfo.type == 0xE0) {
tagRecord* taginfo = nullptr;
taginfo = tagRecord::findByMAC(apInfo.mac);
if (taginfo != nullptr) {
taginfo->contentMode = 21;
taginfo->nextupdate = 0;
}
}
}*/
}
void notifySegmentedFlash() {