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 3c07390 commit 153850dCopy full SHA for 153850d
core/MySensorsCore.cpp
@@ -177,7 +177,7 @@ void _begin(void)
177
setup();
178
}
179
#if defined(MY_SENSOR_NETWORK)
180
- CORE_DEBUG(PSTR("MCO:BGN:INIT OK,TSP=%" PRIu8 "\n"), isTransportReady());
+ CORE_DEBUG(PSTR("MCO:BGN:INIT OK,TSP=%" PRIu8 "\n"), isTransportReady() && transportSanityCheck());
181
#else
182
// no sensor network defined, call presentation & registration
183
_callbackTransportReady();
0 commit comments