RADMoon3: Add TC10

pull/73/head
Yaroslav Stetsyk 2025-02-20 19:24:33 +00:00 committed by Kyle Schwarz
parent fb3778f91b
commit b7330a2cea
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ public:
bool supportsComponentVersions() const override { return true; }
bool supportsTC10() const override { return true; }
protected:
RADMoon3(neodevice_t neodevice, const driver_factory_t& makeDriver) : Device(neodevice) {
initialize<RADMoon3Settings>(makeDriver);