esp32/README: Fix board in octal-SPIRAM example make command.

Signed-off-by: eggfly <lihaohua90@gmail.com>
This commit is contained in:
eggfly
2024-12-23 19:40:06 +08:00
committed by Damien George
parent 921f19fc9d
commit 71e8b27b26

View File

@@ -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
```