change order of loraykey display for TTNv3 console
This commit is contained in:
parent
a57730940b
commit
76c465ccb7
@ -179,10 +179,10 @@ void showLoraKeys(void) {
|
|||||||
// all EUI buffer so we do it here to a temp
|
// all EUI buffer so we do it here to a temp
|
||||||
// buffer to be able to display them
|
// buffer to be able to display them
|
||||||
uint8_t buf[32];
|
uint8_t buf[32];
|
||||||
os_getDevEui((u1_t *)buf);
|
|
||||||
printKey("DevEUI", buf, 8, true);
|
|
||||||
os_getArtEui((u1_t *)buf);
|
os_getArtEui((u1_t *)buf);
|
||||||
printKey("AppEUI", buf, 8, true);
|
printKey("AppEUI", buf, 8, true);
|
||||||
|
os_getDevEui((u1_t *)buf);
|
||||||
|
printKey("DevEUI", buf, 8, true);
|
||||||
os_getDevKey((u1_t *)buf);
|
os_getDevKey((u1_t *)buf);
|
||||||
printKey("AppKey", buf, 16, false);
|
printKey("AppKey", buf, 16, false);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user