You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both the `template` and `wolfssl_AES_CTR` examples include VisualGDB project files.
7
18
8
19
When publishing a new version to the Arduino Registry, be sure to edit `WOLFSSL_VERSION_ARUINO_SUFFIX` in the `wolfssl-arduino.sh` script.
9
20
@@ -62,7 +73,7 @@ from within the `wolfssl/IDE/ARDUINO` directory:
62
73
63
74
1.`./wolfssl-arduino.sh`
64
75
- Creates an Arduino Library directory structure in the local `wolfSSL` directory of `IDE/ARDUINO`.
65
-
- You can add your own `user_settings.h`, or copy/rename the [default](../../examples/configs/user_settings_arduino.h).
76
+
- You can add your own `user_settings.h`, or copy/rename the [default](https://github.com/wolfSSL/wolfssl/blob/master/examples/configs/user_settings_arduino.h).
66
77
67
78
2.`./wolfssl-arduino.sh INSTALL` (The most common option)
68
79
- Creates an Arduino Library in the local `wolfSSL` directory
0 commit comments