summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2024-12-07 21:46:56 +0800
committerSadeep Madurange <sadeep@asciimx.com>2024-12-07 21:46:56 +0800
commit65308e3d3ab191f601557a51dd4eec01ff8bf5b8 (patch)
treeb3fb1932658274209edc83b10bb951d8204eeff3
parent4bbcee2a8cadb65e2268474b2908cae1e5840e24 (diff)
downloadsmart-home-65308e3d3ab191f601557a51dd4eec01ff8bf5b8.tar.gz
wip: add todo.
-rw-r--r--rf_test/radio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rf_test/radio.c b/rf_test/radio.c
index 5ad1055..4b5cfbf 100644
--- a/rf_test/radio.c
+++ b/rf_test/radio.c
@@ -91,6 +91,7 @@ void radio_sendto(uint8_t addr, const char *data, uint8_t n)
// force the receiver into WAIT mode
write_reg(0x3D, ((read_reg(0x3D) & 0xFB) | 0x04));
+ // todo: implement the rest...
// STDBY + ListenAbort
write_reg(0x01, 0x04);