File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ set (DOCUMENTATION_URL "https://www.pololu.com/docs/0J71")
88
99set (SOFTWARE_VERSION_MAJOR 1)
1010set (SOFTWARE_VERSION_MINOR 8)
11- set (SOFTWARE_VERSION_PATCH 2 )
11+ set (SOFTWARE_VERSION_PATCH 3 )
1212
1313option (BUILD_SHARED_LIBS "Build a shared library" TRUE )
1414if (NOT BUILD_SHARED_LIBS )
Original file line number Diff line number Diff line change 11# Tic Stepper Motor Controller software
22
3- Version: 1.8.2<br >
4- Release date: 2020-11-16<br >
53[ www.pololu.com ] ( https://www.pololu.com/ )
64
75This repository contains the source code of the configuration and control software for
@@ -19,6 +17,14 @@ from source.
1917
2018## Version history
2119
20+ - 1.8.3 (2025-05-01):
21+ - Fixed a bug in tic_get_variables that prevented it from fetching the
22+ Tic T249-specific variables, including 'Last motor driver error' and
23+ the four AGC variables. Those variables were always reported as 0.
24+ - Made a small change to the bootloader GUI code that should generally
25+ make the progress bar update more reliably, and seems to fix the
26+ timeout issue that has been happening during firmware updates in
27+ later versions of macOS.
2228- 1.8.2 (2020-11-16):
2329 - Started using a newer version of libusbp so that the Windows version of
2430 this software might work with Tic devices that are connected through
You can’t perform that action at this time.
0 commit comments