wip
This commit is contained in:
parent
df6e27783e
commit
8f0661a73d
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ tkLoggingEnabled.set(False)
|
|||
tkinter.Checkbutton(loggingFrameGui,text="Enable Logging",variable=tkLoggingEnabled,onvalue=True,offvalue=False).pack(side="bottom")
|
||||
|
||||
rootFrameGui.mainloop()
|
||||
exit() #### exit for testing
|
||||
##exit() #### exit for testing
|
||||
#select game
|
||||
while gameSelected == False:
|
||||
gameNo = input("1:BEAMNG\n2:FORZA\n\n7:Toggle CSV out ("+str(csvOut)+")\n9:SET SERIAL PORT ("+SERIAL_PORT+")\n")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue