Device: RADComet: Add T1S settings

This commit is contained in:
Thomas Stoddard
2026-01-23 13:03:39 -05:00
committed by Kyle Schwarz
parent 0e55101a16
commit 4c7b8e107a
5 changed files with 139 additions and 4 deletions
@@ -53,7 +53,7 @@ public:
if(t1s == nullptr)
return std::nullopt;
return std::make_optional<bool>((t1s->flags & ETHERNET10T1S_SETTINGS_FLAG_ENABLE_PLCA) != 0);
return std::make_optional((t1s->flags & ETHERNET10T1S_SETTINGS_FLAG_ENABLE_PLCA) != 0);
}
bool setT1SPLCAFor(Network net, bool enable) override {