From 5e80597819ce7c2818b704e076e6b7324f313721 Mon Sep 17 00:00:00 2001 From: Neil Hutchison Date: Wed, 30 Dec 2020 18:14:49 -0500 Subject: [PATCH] Update to version 1.7 Includes bug fixes and Mini support from Skelmir. Thanks Skelmir! --- PSIPro.ino | 9 ++++++++- README.md | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/PSIPro.ino b/PSIPro.ino index 0477294..302a850 100644 --- a/PSIPro.ino +++ b/PSIPro.ino @@ -3,6 +3,7 @@ * Written by Neil Hutchison * Main sequence transitions by Krijn Schaap, based on his PSI sketch. Many thanks Krijn. * Pattern Timing Tuning by Malcolm MacKenzie + * Bug fixes and Mini support by Skelmir * * * Thanks to Malcolm (Maxstang) for the boards, support, testing and encouragement. @@ -11,10 +12,16 @@ * * BEFORE BUILDING OR UPLOADING THIS SKETCH, be sure that the config.h and matrices.h files are in the skectch folder. * - * Version 1.6 + * Version 1.7 * * Version History : * + * Version 1.7 - 30th Dec 2020 + * + * Fix a bug in the main loop restoring the default pattern + * Remove compiler warnings + * Support for Mini added. + * * Version 1.6 - 14th May 2020 * * Fixes for the Valid PSI address checks in the T command diff --git a/README.md b/README.md index 453959f..2878bd9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PSIPro Version 1.6 - Released May 13th 2020 +# PSIPro Version 1.7 - Released December 30th 2020 ## Author Written by Neil Hutchison @@ -10,8 +10,15 @@ Pattern Timing Tuning by Malcolm MacKenzie Thanks to Malcolm (Maxstang) for the boards, support, testing and encouragement. +Thanks to Skelmir for bix fixes and the addition of support for a Mini + ## Version History + * Version 1.7 + * Bug fix for restoring the default pattern. + * Remove compiler warnings. + * Support for Mini added. + * Version 1.6 - 14th May 2020 * Fixes for the Valid PSI address checks in the T command * Check for a valid pattern number, and ignore if the pattern does not match a known pattern.