Safe Sprinkler
Master/slave irrigation system (ESP-NOW + LoRaWAN)
Loading...
Searching...
No Matches
include
master
ttn_credentials.h
Go to the documentation of this file.
1
#ifndef TTN_CREDENTIALS_H
2
#define TTN_CREDENTIALS_H
3
#include <stdint.h>
4
5
// ============================================================================
6
// The Things Network (TTN) Credentials
7
// ============================================================================
8
9
// Application EUI / Join EUI (LSB format, all zeros as it is a custom device)
10
#define LORAWAN_APPEUI {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}
11
12
extern
uint8_t
LORAWAN_DEVEUI
[8];
// LSB
13
extern
uint8_t
LORAWAN_APPKEY
[16];
// MSB
14
15
#endif
// TTN_CREDENTIALS_H
LORAWAN_DEVEUI
uint8_t LORAWAN_DEVEUI[8]
LORAWAN_APPKEY
uint8_t LORAWAN_APPKEY[16]
Generated by
1.9.8