Skip to content

Commit

Permalink
Update secrets.json
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs authored Sep 22, 2024
1 parent 7e6b9b4 commit 4902293
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/secrets.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"joinEUI": "0x0000000000000000",
"devEUI": "0x0C8B95AAB05CFEFF",
"nwkKey": ["0x81", "0x83", "0xF4", "0xDD", "0x1B", "0x1F", "0xCF", "0x36", "0xC3", "0x73", "0x2A", "0xBE", "0x7C", "0xA2", "0x2F", "0x92"],
"appKey": ["0x73", "0xF9", "0x96", "0x32", "0x29", "0x2A", "0xF9", "0x23", "0xC0", "0x7D", "0x26", "0x43", "0x1D", "0x0C", "0x9A", "0xBC"]
"devEUI": "0x123456789ABCDEF0",
"nwkKey": ["0x11", "0x22", "0x33", "0x44", "0x55", "0x66", "0x77", "0x88", "0x99", "0xAA", "0xBB", "0xCC", "0xDD", "0xEE", "0xFF", "0x00"],
"appKey": ["0x10", "0x20", "0x30", "0x40", "0x50", "0x60", "0x70", "0x80", "0x90", "0xA0", "0xB0", "0xC0", "0xD0", "0xE0", "0xF0", "0xFF"]
}

0 comments on commit 4902293

Please sign in to comment.