Matthew

Results 2 comments of Matthew

#125 有类似改进

在jump函数开始添加以下代码,MI 5C刷到500多分。 同时config中按压系数为1.453 print(distance) global count if distance < 350: count += 1 if count >= 3: # 连续3次出现误差进行修正. print("revise the mistake....") distance *= 1.18 count = 0 else: count...