Skip to content

Commit

Permalink
v18.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hgjazhgj committed Jul 1, 2023
1 parent fae0ebb commit 152fd09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FGO-py/fgoConst.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION='v18.5.3'
VERSION='v18.5.4'
CONFIG={
'runOnce':'',
'device':'',
Expand Down
2 changes: 1 addition & 1 deletion FGO-py/fgoFarming.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 152fd09

Please sign in to comment.