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

@@ -17,7 +17,7 @@ static WiFiServerPort *apiPort;
uint8_t wifiDisconnectReason = 0;
// Stores the last 4 of our hardware ID, to make finding the device for pairing easier
// Stores our hostname
static char ourHost[16];
bool isWifiAvailable()