cleanup
This commit is contained in:
parent
5ce1650ca6
commit
42804ae7f0
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
.vscode/c_cpp_properties.json
|
.vscode/c_cpp_properties.json
|
||||||
.vscode/launch.json
|
.vscode/launch.json
|
||||||
.vscode/ipch
|
.vscode/ipch
|
||||||
|
src/TTN-configuration.h
|
@ -1,14 +0,0 @@
|
|||||||
const char *devEui = "00CF359DAC1D012F";
|
|
||||||
const char *appEui = "70B3D57ED003528B";
|
|
||||||
const char *appKey = "9E7D2CCA0450FAA12BE67A2F7468A287";
|
|
||||||
|
|
||||||
//Config for TTGO T-Beam T22 v1.1
|
|
||||||
const lmic_pinmap lmic_pins = {
|
|
||||||
.nss = 18,
|
|
||||||
.rxtx = LMIC_UNUSED_PIN,
|
|
||||||
.rst = 23,
|
|
||||||
.dio = {26, 33, 32},
|
|
||||||
};
|
|
||||||
#define GPSSerial Serial1
|
|
||||||
#define GPS_RX_PIN 34
|
|
||||||
#define GPS_TX_PIN 12
|
|
Loading…
Reference in New Issue
Block a user