From 71e8b27b26f46f11f642381d4f6699ee1fc073f6 Mon Sep 17 00:00:00 2001 From: eggfly Date: Mon, 23 Dec 2024 19:40:06 +0800 Subject: [PATCH] esp32/README: Fix board in octal-SPIRAM example make command. Signed-off-by: eggfly --- ports/esp32/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/esp32/README.md b/ports/esp32/README.md index 8597c85ec..6ed7eddb8 100644 --- a/ports/esp32/README.md +++ b/ports/esp32/README.md @@ -152,7 +152,7 @@ $ make BOARD=ESP32_GENERIC BOARD_VARIANT=OTA or to enable octal-SPIRAM support for the `ESP32_GENERIC_S3` board: ```bash -$ make BOARD=ESP32_GENERIC BOARD_VARIANT=SPIRAM_OCT +$ make BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT ```