This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
lora-irrigation
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
forgot to fix this to compile w/ new api
main
John-Mark Gurney
3 years ago
parent
6f74cee4e6
commit
3bda6240a8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
irr_main.c
+ 1
- 1
irr_main.c
View File
@@ -388,7 +388,7 @@ main()
Radio.Rx(0);
comms_init(&cs, procmsg, &shared_key_buf);
comms_init(&cs, procmsg, &shared_key_buf
, NULL, NULL
);
uint8_t txbuf[128] = "i'mhere";
struct pktbuf txpktbuf;
Write
Preview
Loading…
Cancel
Save