Skip to content

Commit

Permalink
Re-enabled servo for BLE
Browse files Browse the repository at this point in the history
  • Loading branch information
MrYsLab committed Sep 16, 2023
1 parent 69894a7 commit e1c47ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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_uno_r4"
version = "1.0.1"
version = "1.0.3"
authors = [
{ name="Alan Yorinks", email="[email protected]" },
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class PrivateConstants:
FEATURES = 20
DEBUG_PRINT = 99

TELEMETRIX_VERSION = "1.02"
TELEMETRIX_VERSION = "1.03"

# reporting control
REPORTING_DISABLE_ALL = 0
Expand Down

0 comments on commit e1c47ef

Please sign in to comment.