Fix TX LED stuck on when StartTransmit() fails

This commit is contained in:
entr0p1 2025-12-20 23:06:17 +11:00
parent 0c3fb918b2
commit 245a818085

View file

@ -137,6 +137,7 @@ bool RadioLibWrapper::startSendRaw(const uint8_t* bytes, int len) {
}
MESH_DEBUG_PRINTLN("RadioLibWrapper: error: startTransmit(%d)", err);
idle(); // trigger another startRecv()
_board->onAfterTransmit();
return false;
}