update ESP-IDF with more recent code
Posted: Tue Oct 18, 2022 7:11 pm
This is an excerpt of my "esp_http_server.h" (ESP-IDF V4.4)
.global_transport_ctx_free_fn = NULL, \
.open_fn = NULL, \
searching www ("https://github.com/espressif/esp-idf") I found a newer version and the excerpt is like that
.global_transport_ctx_free_fn = NULL, \
.enable_so_linger = false, \
.linger_timeout = 0, \
.open_fn = NULL, \
The file "esp-idf-master.zip" is downloadable from "https://github.com/espressif/esp-idf"
1)
is "esp-idf-master" package intended to upgrade an existing installation?
2)
In that case is there a manual that explains howto? I could not find it (neither in the README.md) What is the proper procedure to update my ESP-IDF? Uploading all the new files included in the package "esp-idf-master"?
thank you.
.global_transport_ctx_free_fn = NULL, \
.open_fn = NULL, \
searching www ("https://github.com/espressif/esp-idf") I found a newer version and the excerpt is like that
.global_transport_ctx_free_fn = NULL, \
.enable_so_linger = false, \
.linger_timeout = 0, \
.open_fn = NULL, \
The file "esp-idf-master.zip" is downloadable from "https://github.com/espressif/esp-idf"
1)
is "esp-idf-master" package intended to upgrade an existing installation?
2)
In that case is there a manual that explains howto? I could not find it (neither in the README.md) What is the proper procedure to update my ESP-IDF? Uploading all the new files included in the package "esp-idf-master"?
thank you.