missing FILL_ME_IN for DEVEUI

pull/11/head
julianapeace 2020-03-10 16:36:01 -05:00
rodzic bfe173e567
commit 1c14b7b79e
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -41,8 +41,7 @@ void os_getArtEui(u1_t *buf) { memcpy_P(buf, APPEUI, 8); }
// This should also be in little endian format
// These are user configurable values and Helium console permits anything
static const u1_t PROGMEM DEVEUI[8] = {0x48, 0x65, 0x6c, 0x69,
0x75, 0x6d, 0x20, 0x20};
static const u1_t PROGMEM DEVEUI[8] = {FILL_ME_IN};
void os_getDevEui(u1_t *buf) { memcpy_P(buf, DEVEUI, 8); }
// This is the "App Key" in Helium. It is big-endian (msb).