kopia lustrzana https://github.com/sh123/esp32_loraprs
Revert previous change
rodzic
57fb5d5974
commit
aaa64b39bd
|
@ -171,7 +171,7 @@ void Service::loop()
|
|||
if (!isRigToSerialProcessed) {
|
||||
|
||||
long currentTime = millis();
|
||||
if (currentTime > csmaSlotTimePrev_ + csmaSlotTime_ && random(0, 254) < csmaP_) {
|
||||
if (currentTime > csmaSlotTimePrev_ + csmaSlotTime_ && random(0, 255) < csmaP_) {
|
||||
if (aprsisConn_.available() > 0) {
|
||||
onAprsisDataAvailable();
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue