From 8b3fde249b5505e750753dac905067ceeb226cd6 Mon Sep 17 00:00:00 2001 From: Ralf Behrens Date: Thu, 6 Jan 2022 14:38:17 +0100 Subject: [PATCH] sendeleistung veringert --- .gitignore | 1 + src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9a90696..a03b286 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .pio .idea +.vscode CMakeListsPrivate.txt cmake-build-*/ diff --git a/src/main.cpp b/src/main.cpp index 3e23a02..f593e80 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -293,7 +293,7 @@ void setup() { LMIC_reset(); LMIC_setLinkCheckMode(0); - LMIC_setDrTxpow(DR_SF7, 14); + LMIC_setDrTxpow(DR_SF7, 6); //LMIC_selectSubBand(1); // Start job (sending automatically starts OTAA too)