Merge branch 'master' into raspi-portduino

This commit is contained in:
Thomas Göttgens
2023-07-24 11:00:58 +02:00
committed by GitHub
139 changed files with 3124 additions and 395 deletions

View File

@@ -92,7 +92,7 @@ void SimRadio::completeSending()
}
}
/** Could we send right now (i.e. either not actively receving or transmitting)? */
/** Could we send right now (i.e. either not actively receiving or transmitting)? */
bool SimRadio::canSendImmediately()
{
// We wait _if_ we are partially though receiving a packet (rather than just merely waiting for one).