We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176f93b commit 9879bd4Copy full SHA for 9879bd4
1 file changed
src/helpers/radiolib/RadioLibWrappers.cpp
@@ -137,6 +137,7 @@ bool RadioLibWrapper::startSendRaw(const uint8_t* bytes, int len) {
137
}
138
MESH_DEBUG_PRINTLN("RadioLibWrapper: error: startTransmit(%d)", err);
139
idle(); // trigger another startRecv()
140
+ _board->onAfterTransmit();
141
return false;
142
143
0 commit comments