diff --git a/FGO-py/fgoConst.py b/FGO-py/fgoConst.py index 8f47c4a0..6db848fe 100644 --- a/FGO-py/fgoConst.py +++ b/FGO-py/fgoConst.py @@ -1,4 +1,4 @@ -VERSION='v18.5.3' +VERSION='v18.5.4' CONFIG={ 'runOnce':'', 'device':'', diff --git a/FGO-py/fgoFarming.py b/FGO-py/fgoFarming.py index 7010bdac..a13621c2 100644 --- a/FGO-py/fgoFarming.py +++ b/FGO-py/fgoFarming.py @@ -34,7 +34,7 @@ def farming(): assert Detect().isMainInterface() fgoDevice.device.perform('\x08',(1000,)) while not Detect(.2).isMainInterface():pass - fgoDevice.device.perform('\xBA',(1000,)) + fgoDevice.device.perform('\xBA',(2000,)) fgoDevice.device.touch((1190,200)) schedule.sleep(.5)