This commit is contained in:
Alexander Gabriel 2023-11-23 17:47:01 +01:00
parent 5ce1650ca6
commit 42804ae7f0
2 changed files with 1 additions and 14 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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