mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-04 22:17:31 +00:00
Add firmware update command
This commit is contained in:
parent
b09f409509
commit
2b521c4aaa
6 changed files with 67 additions and 6 deletions
|
|
@ -489,6 +489,7 @@ signals:
|
|||
public:
|
||||
bool connectDevice(QString serial, bool isIndepedentDriver = false);
|
||||
void disconnectDevice();
|
||||
virtual bool updateFirmware(QString file) {Q_UNUSED(file) return false;}
|
||||
static DeviceDriver* getActiveDriver() {return activeDriver;}
|
||||
static unsigned int SApoints();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue