Skip to content

Commit

Permalink
Initial check in of HTTPS server for meshtastic#452
Browse files Browse the repository at this point in the history
This switches from the espressif web server to esp32_https_server. Both HTTPS and HTTP have been migrated. On board SSL key generation.
  • Loading branch information
mc-hamster committed Oct 8, 2020
1 parent 200aa27 commit 4f659b7
Show file tree
Hide file tree
Showing 5 changed files with 254 additions and 108 deletions.
2 changes: 2 additions & 0 deletions src/PowerFSM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ void setup()

// Initialize Wifi
initWifi();


if (!rIf)
recordCriticalError(ErrNoRadio);
Expand Down
Loading

0 comments on commit 4f659b7

Please sign in to comment.