NeoVIConnect: Add ComponentVersions support

This commit is contained in:
Jonathan Schwartz
2025-01-06 14:51:42 +00:00
committed by Kyle Schwarz
parent b624d06ca0
commit 8dcbbe0d72
@@ -68,6 +68,8 @@ protected:
std::optional<MemoryAddress> getCoreminiStartAddressSD() const override { std::optional<MemoryAddress> getCoreminiStartAddressSD() const override {
return 0; return 0;
} }
bool supportsComponentVersions() const override { return true; }
}; };
} }