We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d10728b commit ed9745cCopy full SHA for ed9745c
1 file changed
beacon.py
@@ -32,7 +32,7 @@
32
wireshark = WiresharkObserver()
33
radio.add_observer(wireshark)
34
35
-CHANNEL = args.channel
+radio.set_channel(args.channel)
36
37
print_notify("Sending the beacon request")
38
radio.send(beacon_request(random.randint(0,255)))
0 commit comments