Skip to content

Commit

Permalink
buf fix: each stepper motor references the same info list
Browse files Browse the repository at this point in the history
  • Loading branch information
MrYsLab committed Mar 25, 2024
1 parent d022fc4 commit 446d41e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.py → archive/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup

with open('README.md') as f:
with open('../README.md') as f:
long_description = f.read()


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ find = {} # Scan the project directory with the default parameters

[project]
name = "telemetrix-rpi-pico-w"
version = "1.01"
version = "1.20"
authors = [
{ name="Alan Yorinks", email="MisterYsLab@gmail.com" },
]
Expand Down
2 changes: 1 addition & 1 deletion telemetrix_rpi_pico_w/private_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class PrivateConstants:

DEBUG_PRINT = 99

TELEMETRIX_VERSION = "1.01"
TELEMETRIX_VERSION = "1.20"

# reporting control
REPORTING_DISABLE_ALL = 0
Expand Down
2 changes: 1 addition & 1 deletion telemetrix_rpi_pico_w_aio/private_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class PrivateConstants:

DEBUG_PRINT = 99

TELEMETRIX_VERSION = "1.01"
TELEMETRIX_VERSION = "1.20"

# reporting control
REPORTING_DISABLE_ALL = 0
Expand Down

0 comments on commit 446d41e

Please sign in to comment.