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 @@
.pio .pio
.idea .idea
.vscode
CMakeListsPrivate.txt CMakeListsPrivate.txt
cmake-build-*/ cmake-build-*/

2
src/main.cpp

@ -293,7 +293,7 @@ void setup() {
LMIC_reset(); LMIC_reset();
LMIC_setLinkCheckMode(0); LMIC_setLinkCheckMode(0);
LMIC_setDrTxpow(DR_SF7, 14); LMIC_setDrTxpow(DR_SF7, 6);
//LMIC_selectSubBand(1); //LMIC_selectSubBand(1);
// Start job (sending automatically starts OTAA too) // Start job (sending automatically starts OTAA too)

Loading…
Cancel
Save