summaryrefslogtreecommitdiff
path: root/firmware/stubs.cpp
diff options
context:
space:
mode:
authorkrolyxon <me@krolyxon.com>2026-05-04 22:48:07 +0530
committerkrolyxon <me@krolyxon.com>2026-05-04 22:48:07 +0530
commit0a40daf4fad5c1593c6e1696ac0cab992c799e2e (patch)
tree28b6d356872f6030053028dd46e3bb73f81ac06b /firmware/stubs.cpp
initial commit
Diffstat (limited to 'firmware/stubs.cpp')
-rw-r--r--firmware/stubs.cpp13
1 files changed, 13 insertions, 0 deletions
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 <Arduino.h>
+
+
+void runRFCaptureFeature()
+{
+ Serial.println("RF Capture not implemented yet");
+}
+
+
+void runBLEScanFeature()
+{
+ Serial.println("BLE Scan not implemented yet");
+}