mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-26 09:59:01 +00:00
Fix typo
This commit is contained in:
parent
f53fdf1628
commit
8bbdfe4538
@ -45,7 +45,7 @@ int32_t StoreForwardPlugin::runOnce()
|
|||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
DEBUG_MSG("Channel utilization is too high. Skipping this oppurtunity to send and will retry later.\n");
|
DEBUG_MSG("Channel utilization is too high. Skipping this opportunity to send and will retry later.\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
DEBUG_MSG("SF myNodeInfo.bitrate = %f bytes / sec\n", myNodeInfo.bitrate);
|
DEBUG_MSG("SF myNodeInfo.bitrate = %f bytes / sec\n", myNodeInfo.bitrate);
|
||||||
|
Loading…
Reference in New Issue
Block a user