Device: Comet2: Enable TC10

This commit is contained in:
Bryant Jones
2024-08-22 16:06:13 +00:00
committed by Kyle Schwarz
parent 564933cb41
commit ca370a1310
@@ -27,6 +27,8 @@ public:
return supportedNetworks;
}
bool supportsTC10() const override { return true; }
protected:
RADComet2(neodevice_t neodevice, const driver_factory_t& makeDriver) : RADCometBase(neodevice) {
initialize<RADCometSettings>(makeDriver);