Skip to content

Commit

Permalink
bugfix:Wrong read/write data in last addresses of M95040, AT25040, 25…
Browse files Browse the repository at this point in the history
…AA040, CAT25C04 chips
  • Loading branch information
bigbigmdm committed Apr 8, 2024
1 parent cdc4501 commit 3a25fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IMSProg_programmer/dialogabout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ DialogAbout::DialogAbout(QWidget *parent) :
ui->label_7->setTextFormat(Qt::RichText);
ui->label_7->setTextInteractionFlags(Qt::TextBrowserInteraction);
ui->label_7->setOpenExternalLinks(true);
ui->label_8->setText("V1.3.3");
ui->label_8->setText("V1.3.4");
}

DialogAbout::~DialogAbout()
Expand Down

0 comments on commit 3a25fb3

Please sign in to comment.