mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Progress towards automatic OSTC firmware updates
Better parsing of the website data, a simpe dialog that informs the user that they should upgrade their firmware. Still doen't call the right code path to DO the upgrade. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a0d36e2061
commit
2461a731fc
3 changed files with 19 additions and 6 deletions
|
@ -107,7 +107,7 @@ class OstcFirmwareCheck : QObject
|
|||
Q_OBJECT
|
||||
public:
|
||||
explicit OstcFirmwareCheck();
|
||||
void checkLatest(uint32_t firmwareOnDevice);
|
||||
void checkLatest(QWidget *parent, uint32_t firmwareOnDevice);
|
||||
public
|
||||
slots:
|
||||
void parseOstcFwVersion();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue