add DevNonce description
This commit is contained in:
parent
91d43020c8
commit
1541514cf3
21
readme.txt
21
readme.txt
|
@ -1,3 +1,24 @@
|
||||||
|
/*
|
||||||
|
fix DevNonce issue
|
||||||
|
|
||||||
|
============= DevNonce =========
|
||||||
|
|
||||||
|
Middleware/LoRaWAN/soft-se.c
|
||||||
|
|
||||||
|
L1426
|
||||||
|
#if (defined( LORAMAC_VERSION ) && ( LORAMAC_VERSION == 0x01000300 )||defined(YUNHORN_STS_RANDOM))
|
||||||
|
|
||||||
|
secure-element.h
|
||||||
|
L268
|
||||||
|
#if ((defined( LORAMAC_VERSION ) && ( LORAMAC_VERSION == 0x01000300 ))||(defined(YUNHORN_STS_RANDOM)))
|
||||||
|
|
||||||
|
LoRaMacCrypto.h
|
||||||
|
L57
|
||||||
|
#define USE_RANDOM_DEV_NONCE 1
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*******************************************************************************
|
*******************************************************************************
|
||||||
* @file Vibration Sensor for Consumer Product Detection and *
|
* @file Vibration Sensor for Consumer Product Detection and *
|
||||||
|
|
Loading…
Reference in New Issue