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)