Skip to content

Commit 9879bd4

Browse files
committed
To put back missing code board->onAfterTransmit();
1 parent 176f93b commit 9879bd4

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)