From a97b2248711c7beb50fa5ebe961539c7c77e7567 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Tue, 5 May 2026 13:10:21 +0530 Subject: remove stubs, add badUSB attacks, add BleMouse library files --- firmware/stubs.cpp | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 firmware/stubs.cpp (limited to 'firmware/stubs.cpp') 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 - - -void runRFCaptureFeature() -{ - Serial.println("RF Capture not implemented yet"); -} - - -void runBLEScanFeature() -{ - Serial.println("BLE Scan not implemented yet"); -} -- cgit v1.2.3