From 0a40daf4fad5c1593c6e1696ac0cab992c799e2e Mon Sep 17 00:00:00 2001 From: krolyxon Date: Mon, 4 May 2026 22:48:07 +0530 Subject: initial commit --- firmware/stubs.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 firmware/stubs.cpp (limited to 'firmware/stubs.cpp') diff --git a/firmware/stubs.cpp b/firmware/stubs.cpp new file mode 100644 index 0000000..c7782ca --- /dev/null +++ b/firmware/stubs.cpp @@ -0,0 +1,13 @@ +#include + + +void runRFCaptureFeature() +{ + Serial.println("RF Capture not implemented yet"); +} + + +void runBLEScanFeature() +{ + Serial.println("BLE Scan not implemented yet"); +} -- cgit v1.2.3