mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-29 18:02:35 +00:00
sta_connect_example.py: debugging off
This commit is contained in:
@@ -15,7 +15,7 @@ from sta_connect import StaConnect
|
||||
|
||||
|
||||
def main():
|
||||
staConnect = StaConnect("localhost", 8080, _debugOn=True)
|
||||
staConnect = StaConnect("localhost", 8080, _debugOn=False)
|
||||
staConnect.sta_mode = 0
|
||||
staConnect.upstream_resource = 1
|
||||
staConnect.upstream_port = "eth1"
|
||||
|
||||
Reference in New Issue
Block a user