From 8044dbdc9630df9db7957f42ba8b9b34487359d1 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sun, 8 Dec 2024 15:34:57 +0800 Subject: wip: try from scratch. --- rf_test/radio.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'rf_test/radio.c') diff --git a/rf_test/radio.c b/rf_test/radio.c index 3373354..8ff0376 100644 --- a/rf_test/radio.c +++ b/rf_test/radio.c @@ -107,7 +107,6 @@ void radio_init(const struct radio_cfg *cfg) write_reg(0x29, 0xE4); // sync config - write_reg(0x2E, 0x88); - write_reg(0x2F, 0x2D); - write_reg(0x30, cfg->network_id); + write_reg(0x2E, 0x80); + write_reg(0x2F, cfg->network_id); } -- cgit v1.2.3