Lathe26
Lathe26
I can't speak to the other platforms. However, most of the releases from 5.20 thru 5.5.0-beta had it included for WIndows. An alternative, though less desirable, would be for the...
Unfortunately, I don't know how to build against the Qt libraries. The hope was to just run and use iaito.exe. If there isn't a way to provide a pre-compiled Windows...
Understood that there are file name length limits. However, the off-by-one bug still should be fixed. Just change the max name length from 27 characters to 26 and the bug...
I would suggest using the STM32's 96-bit unique ID, either directly or better yet hashed, to create a unique serial number per device. The STM32F303xC Reference Manual RM0316 documents the...
At a glance, the code looks fine. I have not confirmed/tested it. (just adding a comment as the original issue opener)