You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/esp-idf_component.md
+3
Original file line number
Diff line number
Diff line change
@@ -68,3 +68,6 @@ If you are writing code that does not require Arduino to compile and you want yo
68
68
#endif
69
69
```
70
70
71
+
## Compilation Errors
72
+
73
+
As commits are made to esp-idf and submodules, the codebases can develop incompatibilities which cause compilation errors. If you have problems compiling, follow the instructions in [Issue #1142](https://github.com/espressif/arduino-esp32/issues/1142) to roll esp-idf back to a known good version.
0 commit comments