blob: c7782cadcca1df75bcd788a6d6de31e2c46ee2ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#include <Arduino.h>
void runRFCaptureFeature()
{
Serial.println("RF Capture not implemented yet");
}
void runBLEScanFeature()
{
Serial.println("BLE Scan not implemented yet");
}
|