aboutsummaryrefslogtreecommitdiff
path: root/firmware/stubs.cpp
diff options
context:
space:
mode:
authorkrolyxon <me@krolyxon.com>2026-05-05 13:10:21 +0530
committerkrolyxon <me@krolyxon.com>2026-05-05 13:10:21 +0530
commita97b2248711c7beb50fa5ebe961539c7c77e7567 (patch)
tree3532cdc3afd0cc241567497939a77765c76367c4 /firmware/stubs.cpp
parent428605c762019dba3c05f5e33bad106220132c46 (diff)
remove stubs, add badUSB attacks, add BleMouse library files
Diffstat (limited to 'firmware/stubs.cpp')
-rw-r--r--firmware/stubs.cpp13
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");
-}