mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2025-06-15 20:24:28 +02:00
Revert to missing EUI/key
This commit is contained in:
parent
7488566e3c
commit
36bd1e4066
@ -22,11 +22,11 @@
|
|||||||
|
|
||||||
// Copy the below hex string from the "Device EUI" field
|
// Copy the below hex string from the "Device EUI" field
|
||||||
// on your device's overview page in the TTN console.
|
// on your device's overview page in the TTN console.
|
||||||
const char *devEui = "48AC328FF03E9294";
|
const char *devEui = "????????????????";
|
||||||
|
|
||||||
// Copy the below two lines from bottom of the same page
|
// Copy the below two lines from bottom of the same page
|
||||||
const char *appEui = "70B3D57ED000C6CD";
|
const char *appEui = "????????????????";
|
||||||
const char *appKey = "C1ADB6821EF7E906BC51D981DF07CCC4";
|
const char *appKey = "????????????????????????????????";
|
||||||
|
|
||||||
// Pins and other resources
|
// Pins and other resources
|
||||||
#define TTN_SPI_HOST HSPI_HOST
|
#define TTN_SPI_HOST HSPI_HOST
|
||||||
|
Loading…
Reference in New Issue
Block a user