We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ea381c commit f7692bcCopy full SHA for f7692bc
esp32/README.md
@@ -65,6 +65,8 @@ include Makefile
65
```
66
Be sure to enter the correct path to your local copy of the IDF repository
67
(and use `$(HOME)`, not tilde, to reference your home directory).
68
+If your filesystem is case-insensitive then you'll need to use `GNUmakefile`
69
+instead of `makefile`.
70
If the Xtensa cross-compiler is not in your path you can use the
71
`CROSS_COMPILE` variable to set its location. Other options of interest
72
are `PORT` for the serial port of your esp32 module, and `FLASH_MODE`
0 commit comments