Browse Source

sendeleistung veringert

master
Ralf Behrens 4 years ago
parent
commit
8b3fde249b
  1. 1
      .gitignore
  2. 2
      src/main.cpp

1
.gitignore vendored

@ -1,4 +1,5 @@ @@ -1,4 +1,5 @@
.pio
.idea
.vscode
CMakeListsPrivate.txt
cmake-build-*/

2
src/main.cpp

@ -293,7 +293,7 @@ void setup() { @@ -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)

Loading…
Cancel
Save