Skip to content

Commit 411b516

Browse files
committed
v0.7.0
1 parent 6f7377a commit 411b516

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

simplepybotsdk/configurations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
VERSION = "0.6.2"
1+
VERSION = "0.7.0"
22
LICENSE = "MIT - Copyright (c) 2021 Alex Vellone"
33
MOTORS_CHECK_PER_SECOND = 20
44
MOTORS_POINT_TO_POINT_CHECK_PER_SECOND = 10
55
WEB_SOCKET_SEND_PER_SECOND = 10
66
SOCKET_SEND_PER_SECOND = 20
77
SOCKET_INCOMING_LIMIT = 5
8-
SLEEP_AVOID_CPU_WASTE = 0.66
8+
SLEEP_AVOID_CPU_WASTE = 0.80

0 commit comments

Comments
 (0)