From 76cf746351ff207a7fa94aa63f9b000c489c4c71 Mon Sep 17 00:00:00 2001 From: Martin Thierer Date: Sun, 11 Feb 2024 17:16:15 +0100 Subject: [PATCH] Bitfire: Change CRC for 1.2pre2 detection Maestro Smooth (CSDb-ID 239386) uses the same protocol and the same directory sector layout as Ooops (CSDb-ID 238431), but a slightly different bootstrap code. 0x4521 matches the first M-W block of both. --- src/doscmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doscmd.c b/src/doscmd.c index 410195b..1fd57eb 100644 --- a/src/doscmd.c +++ b/src/doscmd.c @@ -285,7 +285,7 @@ static const PROGMEM struct fastloader_crc_s fl_crc_table[] = { { 0xa45a, FL_BITFIRE_11, RXTX_BITFIRE_CLOCK }, { 0x1c3d, FL_BITFIRE_11, RXTX_BITFIRE_CLOCK }, { 0x8d3a, FL_BITFIRE_12PR1, RXTX_BITFIRE_DATA }, - { 0x42bb, FL_BITFIRE_12PR2, RXTX_BITFIRE_DATA }, + { 0x4521, FL_BITFIRE_12PR2, RXTX_BITFIRE_DATA }, #endif { 0, FL_NONE, 0 }, // end marker