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
@@ -59,6 +59,9 @@ public:
bool getEthPhyRegControlSupported() const override { return true; }
// Covers RADMoon2 and RADMoon2ZL; firmware reboots and ignores the safe flag
bool supportsReboot() const override { return true; }
virtual uint8_t getPhyAddrOrPort() const = 0;
protected: