Skip to content

Commit a778cf1

Browse files
author
Thomas Preston
committed
Fixed timing issue with servos and USB response.
1 parent 886cb11 commit a778cf1

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Change Log
22
==========
33

4+
v0.8.5
5+
------
6+
- Fixed timing issue with servos and USB response.
7+
48
v0.8.4
59
------
610
- Default serial port is set to blank on error and added 'requires' to

codebug_tether/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.8.4'
1+
__version__ = '0.8.5'

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
# The short X.Y version.
5353
# NOTE: this is the version of the firmware download too so don't change
5454
# this with minor changes in the software if the firmware hasn't changed!
55-
version = '0.8.0'
55+
version = '0.8.5'
5656
# The full version, including alpha/beta/rc tags.
57-
release = '0.8.0'
57+
release = '0.8.5'
5858

5959
# The language for content autogenerated by Sphinx. Refer to documentation
6060
# for a list of supported languages.

docs/installation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,18 +103,18 @@ To install pip, securely download `get-pip.py <https://bootstrap.pypa.io/get-pip
103103

104104
Then run the following::
105105

106-
python get-pip.py
106+
sudo python3 get-pip.py
107107

108108

109109
Install codebug_tether
110110
----------------------
111111
To install codebug_tether, open up a terminal and type::
112112

113-
pip install codebug_tether
113+
pip3 install codebug_tether
114114

115115
To test it has worked, plug in CodeBug and open a Python shell by typing::
116116

117-
python
117+
python3
118118

119119
Your command prompt should have changed to::
120120

firmware/codebug_tether_v0.8.5.cbg

18.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)