diff --git a/src/main.cpp b/src/main.cpp index 9be49c3..8663deb 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -154,6 +154,7 @@ void do_send(osjob_t *j) { uint8_t* buffer = hse.getBuffer(); int size = hse.getSize(); + LMIC_setDrTxpow(DR_SF7, 6); LMIC_setTxData2(1, buffer, size, 0); Serial.println(F("Packet queued")); }