We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f7377a commit 411b516Copy full SHA for 411b516
simplepybotsdk/configurations.py
@@ -1,8 +1,8 @@
1
-VERSION = "0.6.2"
+VERSION = "0.7.0"
2
LICENSE = "MIT - Copyright (c) 2021 Alex Vellone"
3
MOTORS_CHECK_PER_SECOND = 20
4
MOTORS_POINT_TO_POINT_CHECK_PER_SECOND = 10
5
WEB_SOCKET_SEND_PER_SECOND = 10
6
SOCKET_SEND_PER_SECOND = 20
7
SOCKET_INCOMING_LIMIT = 5
8
-SLEEP_AVOID_CPU_WASTE = 0.66
+SLEEP_AVOID_CPU_WASTE = 0.80
0 commit comments