Device: Report whether the current driver supports DFU

This commit is contained in:
Paul Hollinsky
2021-05-04 22:53:28 -04:00
parent 805ff4f549
commit b104b34919
4 changed files with 11 additions and 0 deletions
@@ -56,6 +56,8 @@ public:
return supportedNetworks;
}
bool currentDriverSupportsDFU() const override { return false; }
protected:
virtual void setupSupportedRXNetworks(std::vector<Network>& rxNetworks) override {
for(auto& netid : GetSupportedNetworks())