Fix TX LED stuck on when StartTransmit() fails

Este commit está contenido en:
entr0p1
2025-12-20 23:15:41 +11:00
padre 0c3fb918b2
commit 245a818085
+1
Ver fichero
@@ -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;
}