summaryrefslogtreecommitdiffstats
path: root/rf_test/radio.h
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2024-12-08 11:23:01 +0800
committerSadeep Madurange <sadeep@asciimx.com>2024-12-08 11:23:01 +0800
commit45191846fd728d9b1abee5e4d358b6d2ea0bfce1 (patch)
tree4fb58cd68571f98f6171b1720035a3a984d4e044 /rf_test/radio.h
parent831d421e5bc9c6949cb97395acf909f1983c270c (diff)
downloadsmart-home-45191846fd728d9b1abee5e4d358b6d2ea0bfce1.tar.gz
wip: tx not working.
Diffstat (limited to 'rf_test/radio.h')
-rw-r--r--rf_test/radio.h1
1 files changed, 1 insertions, 0 deletions
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 <stdint.h>
struct radio_cfg {
+ uint8_t node_id;
uint8_t network_id;
uint8_t payload_len;
};