From 1d9234e79def4574c2ec52db4458a62c3265cf27 Mon Sep 17 00:00:00 2001 From: MrYsLab Date: Thu, 28 Sep 2023 11:47:35 -0400 Subject: [PATCH] increased max # steppers from 4 to 8 --- pyproject.toml | 2 +- telemetrix/private_constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 73672f3..6fda7d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ find = {} # Scan the project directory with the default parameters [project] name = "telemetrix" -version = "1.34" +version = "1.35" authors = [ { name="Alan Yorinks", email="MisterYsLab@gmail.com" }, ] diff --git a/telemetrix/private_constants.py b/telemetrix/private_constants.py index f41410a..6a95bf0 100644 --- a/telemetrix/private_constants.py +++ b/telemetrix/private_constants.py @@ -103,7 +103,7 @@ class PrivateConstants: FEATURES = 20 DEBUG_PRINT = 99 - TELEMETRIX_VERSION = "1.34" + TELEMETRIX_VERSION = "1.35" # reporting control REPORTING_DISABLE_ALL = 0