15 lines
331 B
C
15 lines
331 B
C
|
#include <lmic.h>
|
||
|
#include <hal/hal.h>
|
||
|
#include <SPI.h>
|
||
|
|
||
|
/**
|
||
|
* Don't edit this file - you want to make a copy of settings.custom.cpp, call
|
||
|
* it settings.cpp, and edit that instead.
|
||
|
*/
|
||
|
|
||
|
extern const PROGMEM u1_t NWKSKEY[16];
|
||
|
extern const u1_t PROGMEM APPSKEY[16];
|
||
|
extern const u4_t DEVADDR;
|
||
|
|
||
|
extern const lmic_pinmap lmic_pins;
|