Device: RAD: Add reboot support

This commit is contained in:
David Rebbe
2026-06-25 14:06:43 -04:00
committed by Kyle Schwarz
parent 40d83f3b7c
commit 4b9cf1a37f
11 changed files with 22 additions and 0 deletions
@@ -32,6 +32,8 @@ public:
return supportedNetworks;
}
bool supportsReboot() const override { return true; }
ProductID getProductID() const override {
return ProductID::RADStar2;
}