Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
rouing committed Dec 20, 2024
1 parent 00ffce2 commit f9e307e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/display.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "display.h"
#include "mykeyboard.h"
#include "utils.h"
#include "mykeyboard.h"
#include "wg.h" //for isConnectedWireguard to print wireguard lock
#include "settings.h" //for timeStr
#include "modules/others/webInterface.h" // for server
Expand Down
1 change: 1 addition & 0 deletions src/core/settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include "settings.h"
#include "display.h" // calling loopOptions(options, true);
#include "wifi_common.h"
#include "utils.h"
#include "mykeyboard.h"
#include "sd_functions.h"
#include "powerSave.h"
Expand Down
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <vector>
#include <string>
#include "esp32-hal-psram.h"
#include "core/utils.h"


BruceConfig bruceConfig;
Expand Down

0 comments on commit f9e307e

Please sign in to comment.