kopia lustrzana https://github.com/jgromes/RadioLib
[AX25] Added support for interrupt-based timing
rodzic
3e64e819c7
commit
abc7cf179a
|
@ -413,9 +413,7 @@ int16_t AX25Client::sendFrame(AX25Frame* frame) {
|
|||
} else {
|
||||
_audio->tone(_afskSpace, false);
|
||||
}
|
||||
while(mod->micros() - start < _afskLen) {
|
||||
mod->yield();
|
||||
}
|
||||
mod->waitForMicroseconds(start, _afskLen);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue