diff options
Diffstat (limited to 'rf_test/send.c')
| -rw-r--r-- | rf_test/send.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rf_test/send.c b/rf_test/send.c index 325ac3f..9d1ff2a 100644 --- a/rf_test/send.c +++ b/rf_test/send.c @@ -19,6 +19,7 @@ int main(void) const char *s = "hello, world!"; n = strlen(s); + cfg.netid = 0x01; cfg.nodeid = 0x02; cfg.payload_len = n; |
