File tree 4 files changed +5
-5
lines changed
packages/com.vendor.product/meta
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<Installer >
3
3
<Name >PICO SST39SF0x0 Programmer</Name >
4
- <Version >1.3.0 </Version >
4
+ <Version >1.3.1 </Version >
5
5
<Title >PICO SST39SF0x0 Programmer Installer</Title >
6
6
<Publisher >philips-p2000t.nl</Publisher >
7
7
<StartMenuDir >philips-p2000t.nl</StartMenuDir >
Original file line number Diff line number Diff line change 2
2
<Package >
3
3
<DisplayName >Core</DisplayName >
4
4
<Description >Install PICO SST39SF0x0 Programmer.</Description >
5
- <Version >1.3.0 </Version >
5
+ <Version >1.3.1 </Version >
6
6
<ReleaseDate >2023-11-12</ReleaseDate >
7
7
<Default >true</Default >
8
8
<Script >installscript.qs</Script >
Original file line number Diff line number Diff line change 22
22
#define _CONFIG_H
23
23
24
24
#define PROGRAM_NAME "PICO SST39sf0x0 Programmer"
25
- #define PROGRAM_VERSION "1.3.0 "
25
+ #define PROGRAM_VERSION "1.3.1 "
26
26
27
27
#define UNUSED (x ) (void)(x)
28
28
Original file line number Diff line number Diff line change @@ -481,12 +481,12 @@ void MainWindow::select_com_port() {
481
481
482
482
int versionint = (major * 1000000 ) + (minor * 1000 ) + patch;
483
483
484
- if (versionint < (1 * 1000000 ) + (1 * 1000 ) + 0 ) {
484
+ if (versionint < (1 * 1000000 ) + (3 * 1000 ) + 0 ) {
485
485
QMessageBox msg_box;
486
486
msg_box.setIcon (QMessageBox::Warning);
487
487
msg_box.setText (tr (
488
488
" Your board firmware is outdated. Please update your board "
489
- " to version 1.1 .0 or higher. Visit: "
489
+ " to version 1.3 .0 or higher. Visit: "
490
490
" <a href=\" https://github.com/ifilot/pico-sst39sf0x0-programmer\" >https://github.com/ifilot/pico-sst39sf0x0-programmer</a>."
491
491
));
492
492
msg_box.setWindowIcon (QIcon (" :/assets/icon/eeprom_icon.ico" ));
You can’t perform that action at this time.
0 commit comments