From 45191846fd728d9b1abee5e4d358b6d2ea0bfce1 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sun, 8 Dec 2024 11:23:01 +0800 Subject: wip: tx not working. --- rf_test/radio.h | 1 + 1 file changed, 1 insertion(+) (limited to 'rf_test/radio.h') diff --git a/rf_test/radio.h b/rf_test/radio.h index 6a006e2..aaa099f 100644 --- a/rf_test/radio.h +++ b/rf_test/radio.h @@ -4,6 +4,7 @@ #include struct radio_cfg { + uint8_t node_id; uint8_t network_id; uint8_t payload_len; }; -- cgit v1.2.3