Fix TX LED stuck on when StartTransmit() fails

Este cometimento está contido em:
entr0p1
2025-12-20 23:15:41 +11:00
ascendente 0c3fb918b2
cometimento 245a818085
+1
Ver ficheiro
@@ -137,6 +137,7 @@ bool RadioLibWrapper::startSendRaw(const uint8_t* bytes, int len) {
} }
MESH_DEBUG_PRINTLN("RadioLibWrapper: error: startTransmit(%d)", err); MESH_DEBUG_PRINTLN("RadioLibWrapper: error: startTransmit(%d)", err);
idle(); // trigger another startRecv() idle(); // trigger another startRecv()
_board->onAfterTransmit();
return false; return false;
} }