We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b96e660 commit 26dd83cCopy full SHA for 26dd83c
1 file changed
src/mac/LoRaMacCrypto.h
@@ -53,7 +53,9 @@ extern "C"
53
/*!
54
* Indicates if LoRaWAN 1.1.x crypto scheme is enabled
55
*/
56
+#ifndef USE_LRWAN_1_1_X_CRYPTO
57
#define USE_LRWAN_1_1_X_CRYPTO 1
58
+#endif
59
60
61
* Indicates if a random devnonce must be used or not
0 commit comments