From 3271f399c98ef1fc9fdc96737bf4ac3988b4e1b7 Mon Sep 17 00:00:00 2001 From: atc1441 Date: Mon, 14 Aug 2023 12:02:32 +0200 Subject: [PATCH] Auto template for AP Display disabled as currently to many refreshes break and reset the AP --- ESP32_AP-Flasher/src/serialap.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ESP32_AP-Flasher/src/serialap.cpp b/ESP32_AP-Flasher/src/serialap.cpp index e5b8d25f..b8f1b20d 100644 --- a/ESP32_AP-Flasher/src/serialap.cpp +++ b/ESP32_AP-Flasher/src/serialap.cpp @@ -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() {