Skip to content

Commit

Permalink
Fix LimeSDR Mini v1.3 gateware flashing
Browse files Browse the repository at this point in the history
  • Loading branch information
rjonaitis committed Jan 13, 2025
1 parent 5afabec commit 1851b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConnectionFTDI/ConnectionFT601.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ int ConnectionFT601::ProgramWrite(const char *data_src, size_t length, int prog_

FPGAinfo fpgainfo = GetFPGAInfo();

if (fpgainfo.hwVersion < 3)
if (fpgainfo.boardID == LMS_DEV_LIMESDRMINI && fpgainfo.hwVersion <= 3)
{
// LimeSDR-Mini v1.X
if (fpgainfo.gatewareVersion != 0)
Expand Down

0 comments on commit 1851b85

Please sign in to comment.