Merge branch 'master' into channel_num

This commit is contained in:
Sacha Weatherstone
2022-10-03 10:32:56 +10:00
committed by GitHub
25 changed files with 488 additions and 51 deletions

View File

@@ -461,12 +461,6 @@ void RadioInterface::limitPower()
DEBUG_MSG("Set radio: final power level=%d\n", power);
}
ErrorCode SimRadio::send(MeshPacket *p)
{
DEBUG_MSG("SimRadio.send\n");
packetPool.release(p);
return ERRNO_OK;
}
void RadioInterface::deliverToReceiver(MeshPacket *p)
{