Skip to content

Commit

Permalink
Bitfire: Change CRC for 1.2pre2 detection
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
thierer committed Feb 11, 2024
1 parent 2097652 commit 76cf746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doscmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76cf746

Please sign in to comment.