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.
2 parents 1c594d4 + 245a818 commit 8edbb08Copy full SHA for 8edbb08
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