diff options
| author | krolyxon <me@krolyxon.com> | 2026-05-04 22:48:07 +0530 |
|---|---|---|
| committer | krolyxon <me@krolyxon.com> | 2026-05-04 22:48:07 +0530 |
| commit | 0a40daf4fad5c1593c6e1696ac0cab992c799e2e (patch) | |
| tree | 28b6d356872f6030053028dd46e3bb73f81ac06b /firmware/stubs.cpp | |
initial commit
Diffstat (limited to 'firmware/stubs.cpp')
| -rw-r--r-- | firmware/stubs.cpp | 13 |
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"); +} |
