added deprecated radio api test
This commit is contained in:
parent
ec404e5887
commit
2e3cdee2a2
9
tests/deprecated-apis.ts
Normal file
9
tests/deprecated-apis.ts
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
// deprecated APIs
|
||||||
|
radio.receivedNumber();
|
||||||
|
radio.receivedSerial();
|
||||||
|
radio.receivedSignalStrength();
|
||||||
|
radio.receivedString();
|
||||||
|
radio.receivedTime();
|
||||||
|
radio.onDataReceived(() => {
|
||||||
|
|
||||||
|
});
|
Loading…
Reference in New Issue
Block a user