Merge pull request #235 from OK2MOP/master

pull/238/head
Peter Buchegger 2023-01-10 21:41:05 +01:00 zatwierdzone przez GitHub
commit 01674657b6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -100,6 +100,10 @@ bool RadiolibTask::setup(System &system) {
}
}
if (config.power > 17 && config.tx_enable) {
radio->setCurrentLimit(140);
}
preambleDurationMilliSec = ((uint64_t)(preambleLength + 4) << (config.spreadingFactor + 10 /* to milli-sec */)) / config.signalBandwidth;
_stateInfo = "";