Skip to content

Commit ed9745c

Browse files
Update beacon.py
1 parent d10728b commit ed9745c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

beacon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
wireshark = WiresharkObserver()
3333
radio.add_observer(wireshark)
3434

35-
CHANNEL = args.channel
35+
radio.set_channel(args.channel)
3636

3737
print_notify("Sending the beacon request")
3838
radio.send(beacon_request(random.randint(0,255)))

0 commit comments

Comments
 (0)