Skip to content

Commit

Permalink
put in ICSPACE24 credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
MedadRufus committed Nov 28, 2020
1 parent 908e4fc commit e7b0e4d
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,26 +220,26 @@
*
* \remark see STATIC_DEVICE_ADDRESS comments
*/
#define LORAWAN_DEVICE_ADDRESS ( uint32_t )0x26011673
#define LORAWAN_DEVICE_ADDRESS ( uint32_t )0x26013D75
/*!
* Forwarding Network session integrity key
* WARNING: NWK_S_KEY FOR 1.0.x DEVICES
*/
#define LORAWAN_F_NWK_S_INT_KEY { 0xD1, 0x21, 0x88, 0x24, 0x49, 0xF6, 0x0C, 0x62, 0xC0, 0xC1, 0xEF, 0x4E, 0xFC, 0x24, 0xEC, 0xE4 }
#define LORAWAN_F_NWK_S_INT_KEY { 0xB5, 0x21, 0xC6, 0x23, 0xA8, 0x94, 0x80, 0x90, 0xAD, 0xC7, 0x19, 0x6F, 0x4B, 0x31, 0x4B, 0x3A }
/*!
* Serving Network session integrity key
* WARNING: NOT USED FOR 1.0.x DEVICES. MUST BE THE SAME AS \ref LORAWAN_F_NWK_S_INT_KEY
*/
#define LORAWAN_S_NWK_S_INT_KEY { 0xD1, 0x21, 0x88, 0x24, 0x49, 0xF6, 0x0C, 0x62, 0xC0, 0xC1, 0xEF, 0x4E, 0xFC, 0x24, 0xEC, 0xE4 }
#define LORAWAN_S_NWK_S_INT_KEY LORAWAN_F_NWK_S_INT_KEY
/*!
* Network session encryption key
* WARNING: NOT USED FOR 1.0.x DEVICES. MUST BE THE SAME AS \ref LORAWAN_F_NWK_S_INT_KEY
*/
#define LORAWAN_NWK_S_ENC_KEY { 0xD1, 0x21, 0x88, 0x24, 0x49, 0xF6, 0x0C, 0x62, 0xC0, 0xC1, 0xEF, 0x4E, 0xFC, 0x24, 0xEC, 0xE4 }
#define LORAWAN_NWK_S_ENC_KEY LORAWAN_F_NWK_S_INT_KEY
/*!
* Application session key
*/
#define LORAWAN_APP_S_KEY { 0x8F, 0x3C, 0xF3, 0xED, 0x51, 0xFE, 0x03, 0x64, 0xEC, 0x0E, 0x1A, 0x06, 0x6D, 0x41, 0xFC, 0x9D }
#define LORAWAN_APP_S_KEY { 0xCE, 0x27, 0xD7, 0xC6, 0x98, 0xE1, 0x8C, 0xE2, 0x4F, 0xAA, 0xB4, 0x62, 0xFF, 0xD4, 0xAF, 0x94 }
#endif /* OVER_THE_AIR_ACTIVATION == 0 */
#ifdef __cplusplus
}
Expand Down

0 comments on commit e7b0e4d

Please sign in to comment.