This commit is contained in:
Seth Samuel 2024-11-17 21:26:32 +13:00
parent df6e27783e
commit 8f0661a73d

View file

@ -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")