Documented Version of ESP32 Arduino Core???
Posted: Thu Mar 28, 2024 11:00 am
What is the version of ESP32 Arduino Core documented at https://docs.espressif.com/projects/ard ... en/latest/?
As the last word in the above URL implies, it's the "latest". But the latest what? It does not appear to be the latest released version which is v2.014. I say this because it contains references to API calls that don't exist in v2.0.14, such asLooking at the source code for the v3.0.0 beta releases, I see that they do contain that API (in esp32-hal-timer.h / esp32-hal-timer.c).
So, the question, how do I "point" that web page to the documentation for the latest released version? Or, better yet, how do I point it to the documentation for an arbitrary previous version? The similar web site https://docs.espressif.com/projects/esp ... ble/esp32/ provides this ability with a drop down menu on the upper left. But I don't see that feature for the Arduino Core documentation.
Thanks.
As the last word in the above URL implies, it's the "latest". But the latest what? It does not appear to be the latest released version which is v2.014. I say this because it contains references to API calls that don't exist in v2.0.14, such as
Code: Select all
timerAttachInterruptArg()
So, the question, how do I "point" that web page to the documentation for the latest released version? Or, better yet, how do I point it to the documentation for an arbitrary previous version? The similar web site https://docs.espressif.com/projects/esp ... ble/esp32/ provides this ability with a drop down menu on the upper left. But I don't see that feature for the Arduino Core documentation.
Thanks.