Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NicK4rT authored Nov 20, 2024
1 parent 158ab8d commit 2fdfa27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/networking/examples/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from networking import Networking

#Network
networking = Networking(False, False, True)
networking = Networking(True, False, True)
peer_mac = b'\xff\xff\xff\xff\xff\xff'

print(f"Name: {networking.name}, ID: {networking.id}, config: {networking.config}, Sta mac: {networking.sta.mac()}, Ap mac: {networking.ap.mac()}, Version: {networking.version_n}")
Expand Down

0 comments on commit 2fdfa27

Please sign in to comment.