diff options
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"); +} |
