mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-20 17:52:35 +00:00
Initial check in of HTTPS server for #452
This switches from the espressif web server to esp32_https_server. Both HTTPS and HTTP have been migrated. On board SSL key generation.
This commit is contained in:
@@ -118,6 +118,8 @@ static void powerEnter()
|
||||
{
|
||||
screen.setOn(true);
|
||||
setBluetoothEnable(true);
|
||||
setCPUFast(true); // Set CPU to 240mhz when we're plugged in to wall power.
|
||||
DEBUG_MSG("PowerFSM - powerEnter(true)\n");
|
||||
}
|
||||
|
||||
static void onEnter()
|
||||
|
||||
Reference in New Issue
Block a user