Increase CPU frequency on HTTPS requests. Clock back down after a period of time.

This commit is contained in:
Jm Casler
2020-10-11 20:38:09 -07:00
parent ca48079545
commit 3d3f7869d4
4 changed files with 91 additions and 7 deletions

View File

@@ -124,7 +124,6 @@ static void powerEnter()
{
screen->setOn(true);
setBluetoothEnable(true);
setCPUFast(true); // Set CPU to 240mhz when we're plugged in to wall power.
}
static void onEnter()