diff options
| author | krolyxon <me@krolyxon.com> | 2026-05-11 15:00:40 +0530 |
|---|---|---|
| committer | krolyxon <me@krolyxon.com> | 2026-05-11 15:00:40 +0530 |
| commit | 75eea47140e22f86fb23631e4fb436d8a09c8695 (patch) | |
| tree | b1ffd59ac1910c6bf2fade7241fb98af63dedc30 /src/wifi/wifi_scan.cpp | |
| parent | 278646bad87f9c85090a6b5921c360c1c86493b5 (diff) | |
move bluetooth, nfc, and utils into subfolders
Diffstat (limited to 'src/wifi/wifi_scan.cpp')
| -rw-r--r-- | src/wifi/wifi_scan.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wifi/wifi_scan.cpp b/src/wifi/wifi_scan.cpp index 0b20d3d..9dabe8f 100644 --- a/src/wifi/wifi_scan.cpp +++ b/src/wifi/wifi_scan.cpp @@ -1,7 +1,7 @@ #include <Arduino.h> #include <WiFi.h> #include "../ui/display.h" -#include "../buttons.h" +#include "../utils/buttons.h" #define MAX_NETWORKS 30 |
