Add firmware update command

This commit is contained in:
Jan Käberich 2024-04-22 13:21:41 +02:00
parent b09f409509
commit 2b521c4aaa
6 changed files with 67 additions and 6 deletions

View file

@ -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();