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: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,10 @@ You can use the [Arduino-ESP32 Online Documentation](https://docs.espressif.com/
36
36
37
37
---
38
38
39
+
**APIs compatibility with ESP8266 and Arduino-CORE (Arduino.cc) is explained [here](https://docs.espressif.com/projects/arduino-esp32/en/latest/libraries.html#apis).**
Copy file name to clipboardexpand all lines: docs/en/libraries.rst
+5
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,11 @@ APIs
71
71
72
72
The Arduino ESP32 offers some unique APIs, described in this section:
73
73
74
+
.. note::
75
+
Please be advised that we cannot ensure continuous compatibility between the Arduino Core ESP32 APIs and ESP8266 APIs, as well as Arduino-Core APIs (Arduino.cc).
76
+
While our aim is to maintain harmony, the addition of new features may result in occasional divergence. We strive to achieve the best possible integration but acknowledge
77
+
that perfect compatibility might not always be feasible. Please refer to the documentation for any specific considerations.
0 commit comments