Skip to content

Commit 0120f44

Browse files
author
Thomas Preston
committed
Fixed colourtail timing but in firmware
1 parent 1f552b2 commit 0120f44

File tree

5 files changed

+16
-3
lines changed

5 files changed

+16
-3
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.7.3
5+
------
6+
- Fixed a bug with colourtail timing issue in the firmware.
7+
48
v0.7.2
59
------
610
- Fixed a bug with colourtail using the new set_bulk.

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,12 @@ Features:
1010
- Inputs/Outputs (legs, buttons, extension pins)
1111
- Input/Output configuration (direction and pullups)
1212
- Extension pin control (I/O, SPI, I2C)
13+
14+
15+
Updating Notes
16+
--------------
17+
Be sure to update the version number in:
18+
19+
codebug_tether/version.py
20+
CHANGELOG
21+
docs/conf.py

codebug_tether/version.py

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

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
#
5151
# The short X.Y version.
5252
# The short X.Y version.
53-
version = '0.6.0'
53+
version = '0.7.3'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '0.6.0'
55+
release = '0.7.3'
5656

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

firmware/codebug_tether_v0.7.3.cbg

17.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)