From 360ce2d0c6a9fc4d57c33831258c35ab77787738 Mon Sep 17 00:00:00 2001 From: rusefi Date: Fri, 8 Oct 2021 00:33:04 -0400 Subject: [PATCH] todo: bug, at the moment we report 1MB on dual-bank F7 --- firmware/console/eficonsole.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/firmware/console/eficonsole.cpp b/firmware/console/eficonsole.cpp index 6928d79217..8554a72d93 100644 --- a/firmware/console/eficonsole.cpp +++ b/firmware/console/eficonsole.cpp @@ -65,7 +65,8 @@ static void sayHello(void) { firmwareError(OBD_PCM_Processor_Fault, "rusEFI expected at least %dK of flash", MIN_FLASH_SIZE); } - efiPrintf("MCU rev=%x size=%d", mcuRevision, flashSize); + // todo: bug, at the moment we report 1MB on dual-bank F7 + efiPrintf("MCU rev=%x flashSize=%d", mcuRevision, flashSize); #endif