print LMIC.opmode before sleep
This commit is contained in:
@@ -753,6 +753,9 @@ void StartNewIteration() {
|
||||
NVIC_SystemReset();
|
||||
}
|
||||
|
||||
if (config_data.debug_level > 0) {
|
||||
gCatena.SafePrintf("LMIC.opmode just before Sleeping: %#x\n", LMIC.opmode);
|
||||
}
|
||||
|
||||
if (!fUsbPower) {
|
||||
DoDeepSleep(sleep_time_sec);
|
||||
|
||||
Reference in New Issue
Block a user