diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2024-12-08 11:23:01 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2024-12-08 11:23:01 +0800 |
| commit | 45191846fd728d9b1abee5e4d358b6d2ea0bfce1 (patch) | |
| tree | 4fb58cd68571f98f6171b1720035a3a984d4e044 /rf_test/radio.h | |
| parent | 831d421e5bc9c6949cb97395acf909f1983c270c (diff) | |
| download | smart-home-45191846fd728d9b1abee5e4d358b6d2ea0bfce1.tar.gz | |
wip: tx not working.
Diffstat (limited to 'rf_test/radio.h')
| -rw-r--r-- | rf_test/radio.h | 1 |
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; }; |
