From 87db7e80d64d0d4f7ece35358745143ccd49a17e Mon Sep 17 00:00:00 2001 From: Christoph Honal Date: Sun, 29 Jan 2023 17:15:50 +0100 Subject: [PATCH] Add MOY_UNK2 --- HardwareVariants.md | 2 +- InfiniTime | 2 +- scripts/release.sh | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/HardwareVariants.md b/HardwareVariants.md index d7e2c48..76b8982 100644 --- a/HardwareVariants.md +++ b/HardwareVariants.md @@ -55,7 +55,7 @@ - Fused mode of operation in reporting mode - Resets on pin signal - Behavior: Gesture event after gesture, touch events during gesture - - Alternate behavior observed: Event at beginning of gesture only + - Alternate behavior observed (`UNK2`): Event at beginning of gesture only - Flash: P25Q32H ## P8b mirrored diff --git a/InfiniTime b/InfiniTime index a7936ee..a0b7b20 160000 --- a/InfiniTime +++ b/InfiniTime @@ -1 +1 @@ -Subproject commit a7936ee25fc66ee99f736ed633f5659a2db46fb5 +Subproject commit a0b7b20e4822128e13a2c1265ace2c72b04a5cd5 diff --git a/scripts/release.sh b/scripts/release.sh index 485ba1c..d461783 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -17,6 +17,8 @@ rm -rf binaries ./clean.sh ./build_all.sh MOY_UNK ./clean.sh +./build_all.sh MOY_UNK2 +./clean.sh for bld in binaries/*; do zip -j $bld.zip $bld/*