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 a1478f3 commit 970527dCopy full SHA for 970527d
core/MySensorsCore.cpp
@@ -57,7 +57,7 @@ void _callbackTransportReady(void)
57
void _process(void)
58
{
59
#if defined(MY_DEBUG_VERBOSE_CORE)
60
- if (processLock) {
+ if (processLock && waitLock != 1) {
61
CORE_DEBUG(PSTR("!MCO:PRO:RC=%" PRIu8 "\n"), processLock); // recursive call detected
62
}
63
processLock++;
0 commit comments