Created
March 13, 2020 02:18
-
-
Save nerlihmax/65f7ebb3a59dc824c0bf4089a3e6a884 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
struct joinRequest { | |
uint8_t appEUI[8]; | |
uint8_t devEUI[8]; | |
uint8_t devNonce[2]; | |
} | |
struct joinAccept { | |
uint8_t appNonce[3]; | |
uint8_t netID[3]; | |
uint8_t devAddr[4]; | |
uint8_t dlSettings[1]; | |
uint8_t rxDelay[1]; | |
uint8_t cfList[16]; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment