Skip to content

Commit 71e8b27

Browse files
eggflydpgeorge
authored andcommitted
esp32/README: Fix board in octal-SPIRAM example make command.
Signed-off-by: eggfly <[email protected]>
1 parent 921f19f commit 71e8b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/esp32/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ $ make BOARD=ESP32_GENERIC BOARD_VARIANT=OTA
152152
or to enable octal-SPIRAM support for the `ESP32_GENERIC_S3` board:
153153

154154
```bash
155-
$ make BOARD=ESP32_GENERIC BOARD_VARIANT=SPIRAM_OCT
155+
$ make BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT
156156
```
157157

158158

0 commit comments

Comments
 (0)