Reorganize directories

This commit is contained in:
Manuel Bleichenbacher
2018-10-02 20:25:40 +02:00
parent 10decb6886
commit 0f97ce4e0f
16 changed files with 16 additions and 16 deletions

View File

@ -22,11 +22,11 @@
// Copy the below hex string from the "Device EUI" field
// on your device's overview page in the TTN console.
const char *devEui = "????????????????";
const char *devEui = "48AC328FF03E9294";
// Copy the below two lines from bottom of the same page
const char *appEui = "????????????????";
const char *appKey = "????????????????????????????????";
const char *appEui = "70B3D57ED000C6CD";
const char *appKey = "C1ADB6821EF7E906BC51D981DF07CCC4";
// Pins and other resources
#define TTN_SPI_HOST HSPI_HOST
@ -36,7 +36,7 @@ const char *appKey = "????????????????????????????????";
#define TTN_PIN_SPI_MISO 19
#define TTN_PIN_NSS 18
#define TTN_PIN_RXTX TTN_NOT_CONNECTED
#define TTN_PIN_RST 14
#define TTN_PIN_RST TTN_NOT_CONNECTED
#define TTN_PIN_DIO0 26
#define TTN_PIN_DIO1 33