summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/esp32/README.md2
1 files changed, 1 insertions, 1 deletions
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
```