27 using Selection::Selection;
28 void readCurrentValue()
override { this->setValue(FlashStorage::defaultPatchCablePolarity); }
29 void writeCurrentValue()
override { FlashStorage::defaultPatchCablePolarity = this->getValue<Polarity>(); }
30 vector<std::string_view> getOptions(OptType optType)
override {
32 return {polarityToString(Polarity::UNIPOLAR), polarityToString(Polarity::BIPOLAR)};