Skip to content

Commit 0820643

Browse files
committed
Put a note to use the git version of esp32 core.
The release 1.0.4 is on IDF3.2 so the library will not work.
1 parent 5aebcc0 commit 0820643

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99

1010
### Installation
1111

12-
- Make sure you use one of the supported versions of Arduino IDE and have ESP32 core installed. (tested on 1.0.4)
12+
- Make sure you use one of the supported versions of Arduino IDE and have ESP32 core installed
13+
<span style="color:red">**Tested only with commit b92c58d of arduino-esp32 core (IDF 3.3). The release 1.0.4 is on an older IDF !**</span>
1314
- Copy <b>LITTLEFS</b> folder to Arduino IDE embedded libraries place
1415
- For Win, the default place of arduino-esp32 core libraries is somewhere like:
1516
```C:\Users\<username>\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.4\libraries ```

0 commit comments

Comments
 (0)