mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
OSTC firmware update prompt: use the stable changelog files
Heinrichs Weikamp is giving us stable URLs from which we can get the latest stable version. The parsing is a bit simplistic, but it seems to work. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
542ff7fc36
commit
0be0cdb046
3 changed files with 18 additions and 9 deletions
|
|
@ -106,7 +106,7 @@ class OstcFirmwareCheck : QObject
|
|||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit OstcFirmwareCheck();
|
||||
explicit OstcFirmwareCheck(QString product);
|
||||
void checkLatest(QWidget *parent, uint32_t firmwareOnDevice);
|
||||
public
|
||||
slots:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue