diff options
| author | krolyxon <me@krolyxon.com> | 2026-05-14 23:47:43 +0530 |
|---|---|---|
| committer | krolyxon <me@krolyxon.com> | 2026-05-14 23:47:43 +0530 |
| commit | c1c397b5555786bd27cac8ac9909d233671a67e8 (patch) | |
| tree | c82b6eba15cfc0da51c1e73a9619561aa1bfd586 /src/main.cpp | |
| parent | 3631045878a955407115561fa86b96566bd33cfc (diff) | |
move src/libs to libs
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index fd3d6fe..a82dd59 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2,14 +2,14 @@ #include <USB.h> #include <USBHIDKeyboard.h> -#include "libs/BleMouse.h" +#include "BleMouse.h" #include <BLEDevice.h> #include <BLEScan.h> #include <RF24.h> #include <nRF24L01.h> -#include "libs/ELECHOUSE_CC1101_SRC_DRV.h" +#include "ELECHOUSE_CC1101_SRC_DRV.h" #include <WiFi.h> #include <esp_wifi.h> |
