Skip to content

Commit

Permalink
Update & path correction
Browse files Browse the repository at this point in the history
  • Loading branch information
gojimmypi committed Oct 1, 2024
1 parent ebd3067 commit 0e85cec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions IDE/Espressif/ESP-IDF/examples/wolfssl_test_idf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 0e85cec

Please sign in to comment.