Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit df98a5c

Browse files
committed
esp32/README: Add comment about using $(HOME) in makefile.
1 parent 75ab673 commit df98a5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

esp32/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ ESPIDF = <path to root of esp-idf repository>
5555
5656
include Makefile
5757
```
58-
Be sure to enter the correct path to your local copy of the IDF repository.
58+
Be sure to enter the correct path to your local copy of the IDF repository
59+
(and use `$(HOME)`, not tilde, to reference your home directory).
5960
If the Xtensa cross-compiler is not in your path you can use the
6061
`CROSS_COMPILE` variable to set its location. Other options of interest
6162
are `PORT` for the serial port of your esp32 module, and `FLASH_MODE`

0 commit comments

Comments
 (0)