Added DEVADD Example

This commit is contained in:
unixweb 2020-01-15 09:53:09 +01:00
parent aa0d99f728
commit 1e68b1b69a
1 changed files with 3 additions and 2 deletions

View File

@ -37,8 +37,9 @@
//mapper-bb-006 please insert the keys in MSB Format
// DEVADDR example: 260A1B2C
static const u4_t DEVADDR = 0x260XXXX;
static const u4_t DEVADDR = 0x260XXXXX;
static const u1_t PROGMEM APPSKEY[16]={ XXX };
static const u1_t PROGMEM NWKSKEY[16]={ XXX };
@ -250,4 +251,4 @@
Serial.println("no GPS fix");
}
}
}
}