Is it safe to combine examples of stable and latest version?
Posted: Wed Feb 20, 2019 1:49 pm
Hello,
I am usually working with examples and libraries from the stable version.
But ocassionally there are functionalities that I need which are only available in the latest version.
Is it safe to combine examples from stable with the ones from latest or are there too many dependencies within the many components?
What I just tried was to compile the code of http_server/simple example (from latest) in the esp-idf enviroment from the stable version (there I would like to add a UART handler later).
To make it compile without errors I had to add the esp_http_server and replace the nvs_flash component.
This does work so far without any problems. (I work with eclipse)
Many thanks!
-TeaElse
I am usually working with examples and libraries from the stable version.
But ocassionally there are functionalities that I need which are only available in the latest version.
Is it safe to combine examples from stable with the ones from latest or are there too many dependencies within the many components?
What I just tried was to compile the code of http_server/simple example (from latest) in the esp-idf enviroment from the stable version (there I would like to add a UART handler later).
To make it compile without errors I had to add the esp_http_server and replace the nvs_flash component.
This does work so far without any problems. (I work with eclipse)
Many thanks!
-TeaElse