diff options
| author | krolyxon <me@krolyxon.com> | 2026-05-05 13:10:21 +0530 |
|---|---|---|
| committer | krolyxon <me@krolyxon.com> | 2026-05-05 13:10:21 +0530 |
| commit | a97b2248711c7beb50fa5ebe961539c7c77e7567 (patch) | |
| tree | 3532cdc3afd0cc241567497939a77765c76367c4 /firmware/stubs.cpp | |
| parent | 428605c762019dba3c05f5e33bad106220132c46 (diff) | |
remove stubs, add badUSB attacks, add BleMouse library files
Diffstat (limited to 'firmware/stubs.cpp')
| -rw-r--r-- | firmware/stubs.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/firmware/stubs.cpp b/firmware/stubs.cpp deleted file mode 100644 index c7782ca..0000000 --- a/firmware/stubs.cpp +++ /dev/null @@ -1,13 +0,0 @@ -#include <Arduino.h> - - -void runRFCaptureFeature() -{ - Serial.println("RF Capture not implemented yet"); -} - - -void runBLEScanFeature() -{ - Serial.println("BLE Scan not implemented yet"); -} |
