mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
sta_connect_example.py: temporarily turning on debugging
This commit is contained in:
@@ -15,7 +15,7 @@ from sta_connect import StaConnect
|
|||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
staConnect = StaConnect("localhost", 8080)
|
staConnect = StaConnect("localhost", 8080, _debugOn=True)
|
||||||
staConnect.sta_mode = 0
|
staConnect.sta_mode = 0
|
||||||
staConnect.upstream_resource = 1
|
staConnect.upstream_resource = 1
|
||||||
staConnect.upstream_port = "eth1"
|
staConnect.upstream_port = "eth1"
|
||||||
|
|||||||
Reference in New Issue
Block a user