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 4f0348b commit 1a38d1dCopy full SHA for 1a38d1d
src/low_power.cpp
@@ -566,7 +566,7 @@ void LowPowerClass::powerSave(void) {
566
Log.warnf("Operator was not able to match the requested power "
567
"save mode period of %d seconds. ",
568
period_requested);
569
- Log.rawf("Operator sat the period to %d seconds.\r\n", period);
+ Log.rawf("Operator set the period to %d seconds.\r\n", period);
570
}
571
572
retrieved_period = true;
0 commit comments