Skip to content

Commit 8edbb08

Browse files
authored
Merge pull request #1254 from entr0p1/tx-led-fix-v2
Fix TX LED stuck on when StartTransmit() fails
2 parents 1c594d4 + 245a818 commit 8edbb08

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/helpers/radiolib/RadioLibWrappers.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ bool RadioLibWrapper::startSendRaw(const uint8_t* bytes, int len) {
137137
}
138138
MESH_DEBUG_PRINTLN("RadioLibWrapper: error: startTransmit(%d)", err);
139139
idle(); // trigger another startRecv()
140+
_board->onAfterTransmit();
140141
return false;
141142
}
142143

0 commit comments

Comments
 (0)