Browse Source

er soll auf SF7 bleiben

master
Ralf Behrens 4 years ago
parent
commit
13c40fdcfe
  1. 1
      src/main.cpp

1
src/main.cpp

@ -154,6 +154,7 @@ void do_send(osjob_t *j) { @@ -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"));
}

Loading…
Cancel
Save