NeoVIConnect: Add ComponentVersions support
parent
b624d06ca0
commit
8dcbbe0d72
|
|
@ -68,6 +68,8 @@ protected:
|
|||
std::optional<MemoryAddress> getCoreminiStartAddressSD() const override {
|
||||
return 0;
|
||||
}
|
||||
|
||||
bool supportsComponentVersions() const override { return true; }
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue