Merge branch 'main' into GUI
This commit is contained in:
commit
eb116803d0
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ if not(sys.version_info[0] == 3 and sys.version_info[1] == 11):
|
||||||
##system init
|
##system init
|
||||||
runningOs = platform.system()
|
runningOs = platform.system()
|
||||||
|
|
||||||
UDP_IP = "127.0.0.1"
|
UDP_IP = "0.0.0.0"
|
||||||
BEAMNG_UDP_PORT = 4444
|
BEAMNG_UDP_PORT = 4444
|
||||||
FORZA_UDP_PORT= 4843
|
FORZA_UDP_PORT= 4843
|
||||||
SERIAL_PORT = ""
|
SERIAL_PORT = ""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue