diff --git a/IDE/Espressif/ESP-IDF/examples/wolfssl_test_idf/README.md b/IDE/Espressif/ESP-IDF/examples/wolfssl_test_idf/README.md index 6f6e10c480..7d0988aafb 100644 --- a/IDE/Espressif/ESP-IDF/examples/wolfssl_test_idf/README.md +++ b/IDE/Espressif/ESP-IDF/examples/wolfssl_test_idf/README.md @@ -15,8 +15,8 @@ Open the VisualGDB Visual Studio Project file in the VisualGDB directory and cli 1. `idf.py menuconfig` to configure the program. 1-1. Example Configuration -> - TEST_ARG : argument that you want to use. Default is "-lng 0" - The list of arguments can be found in help. + There are no parametric arguments. See [wolfcrypt/test](https://github.com/wolfSSL/wolfssl/tree/master/wolfcrypt/test). + All features enabled in the `user_settings.h` will be tested. When you want to run the test program diff --git a/IDE/Espressif/ESP-IDF/examples/wolfssl_test_idf/components/README.md b/IDE/Espressif/ESP-IDF/examples/wolfssl_test_idf/components/README.md index 6952a37a62..0d9a84b5c4 100644 --- a/IDE/Espressif/ESP-IDF/examples/wolfssl_test_idf/components/README.md +++ b/IDE/Espressif/ESP-IDF/examples/wolfssl_test_idf/components/README.md @@ -6,4 +6,4 @@ This example project tests the condition of having wolfSSL installed *in* the Espressif ESP-IDF [components directory](https://github.com/espressif/esp-idf/tree/master/components). The recommended method is to use a local component as shown in -the [template example](../template/README.md). +the [template example](../../template/README.md).