Promiscuous mode fix #18
Closed
heathenfriar
started this conversation in
General
Replies: 1 comment
-
|
Thanks for bringing this to my attention @heathenfriar. I have pushed a commit to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
İ've applied the promiscuous mode fix to RNode_Firmware.ino as descibed by alligitor#1
Compiling with PlatformIO cli, my Lilygo lora32v21 now presents packets to loramon. With tncattach instead, it provides output to tcpdump as before.
Briefly, i changed RNode_Firmware.ino of 1.85.3:
line 854 from packet_ready = true; to ready = true;
cut from line 834 to 856 inclusive, and pasted it to line 800
moved line 723 bool ready = false; to line 714
Wondering if i've affected anything else?
Beta Was this translation helpful? Give feedback.
All reactions