mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
Device: Report whether the current driver supports DFU
This commit is contained in:
@@ -50,6 +50,8 @@ public:
|
||||
productId = PRODUCT_ID;
|
||||
}
|
||||
|
||||
bool currentDriverSupportsDFU() const override { return false; }
|
||||
|
||||
protected:
|
||||
void setupSettings(IDeviceSettings& ssettings) override {
|
||||
// TODO Check firmware version, old firmwares will reset Ethernet settings on settings send
|
||||
|
||||
Reference in New Issue
Block a user