git clone not getting everything
Posted: Mon Feb 11, 2019 6:57 pm
Am a bit new to this..
Followed install instructions to clone the IDF:
$ git clone -b v3.1.2 --recursive https://github.com/espressif/esp-idf.git
It ran without errors, however, many directories are missing, for example when I look:
$ ls ../esp-idf/examples/protocols/
aws_iot coap_server http_request https_mbedtls mdns openssl_server README.md udp_multicast
coap_client esp_http_client http2_request https_request openssl_client pppos_client sntp
There is no http_server example or https_server. How do I get these (or everything?)
thanks
Followed install instructions to clone the IDF:
$ git clone -b v3.1.2 --recursive https://github.com/espressif/esp-idf.git
It ran without errors, however, many directories are missing, for example when I look:
$ ls ../esp-idf/examples/protocols/
aws_iot coap_server http_request https_mbedtls mdns openssl_server README.md udp_multicast
coap_client esp_http_client http2_request https_request openssl_client pppos_client sntp
There is no http_server example or https_server. How do I get these (or everything?)
thanks