Skip to content

Commit

Permalink
Update and rename main.py to pyscript_main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NicK4rT authored Nov 20, 2024
1 parent 2fdfa27 commit 0befec3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
networking = Networking(True, False, True)
peer_mac = b'\xff\xff\xff\xff\xff\xff'

print("Running pyscript networking tool")
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 0befec3

Please sign in to comment.