From 2276f86b1b19d9e07fe84c23517b7d4d3fe0ffad Mon Sep 17 00:00:00 2001 From: kay-lpzw <74379494+kay-lpzw@users.noreply.github.com> Date: Thu, 4 Jul 2024 12:13:34 +0200 Subject: USB MIDI Init Bug Fixed --- CURRENT.uf2 | Bin 875520 -> 875520 bytes Plinky V0.A3.zip | Bin 0 -> 288643 bytes plink0A3.bin | Bin 0 -> 1048576 bytes plinkyblack.bin | Bin 0 -> 456950 bytes sw/Core/Src/config.h | 2 +- sw/Core/Src/main.c | 4 ++-- 6 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 Plinky V0.A3.zip create mode 100644 plink0A3.bin create mode 100644 plinkyblack.bin diff --git a/CURRENT.uf2 b/CURRENT.uf2 index ddc81b0..0de604b 100644 Binary files a/CURRENT.uf2 and b/CURRENT.uf2 differ diff --git a/Plinky V0.A3.zip b/Plinky V0.A3.zip new file mode 100644 index 0000000..a1ee9b3 Binary files /dev/null and b/Plinky V0.A3.zip differ diff --git a/plink0A3.bin b/plink0A3.bin new file mode 100644 index 0000000..68867d0 Binary files /dev/null and b/plink0A3.bin differ diff --git a/plinkyblack.bin b/plinkyblack.bin new file mode 100644 index 0000000..d572022 Binary files /dev/null and b/plinkyblack.bin differ diff --git a/sw/Core/Src/config.h b/sw/Core/Src/config.h index ad77997..0314cb7 100755 --- a/sw/Core/Src/config.h +++ b/sw/Core/Src/config.h @@ -49,4 +49,4 @@ // 0.9z - fix shimmer click? thanks hippo! // 0.A - USB MIDI Sync // 0.A1 - HW SERIAL MIDI SYNC & More CCs -#define VERSION2 "v0.A2" +#define VERSION2 "v0.A3" diff --git a/sw/Core/Src/main.c b/sw/Core/Src/main.c index c019c3e..c225277 100755 --- a/sw/Core/Src/main.c +++ b/sw/Core/Src/main.c @@ -326,7 +326,7 @@ int main(void) check_bootloader_flash(); - midiinit(); + // miditest(); @@ -362,7 +362,7 @@ int main(void) /* Infinite loop */ /* USER CODE BEGIN WHILE */ - + midiinit(); while (1) { /* USER CODE END WHILE */ -- cgit v1.2.3