mode: convert averaging mode as a method used in all modes

This commit is contained in:
Kiara Navarro 2022-07-14 08:51:45 -05:00
parent 6bd80c5944
commit fd5d21db0f
No known key found for this signature in database
GPG key ID: CBA9F2172CE33FBA
5 changed files with 8 additions and 11 deletions

View file

@ -18,6 +18,8 @@ public:
virtual nlohmann::json toJSON() override;
virtual void fromJSON(nlohmann::json j) override;
void setAveragingMode(Averaging::Mode mode) override {Q_UNUSED(mode)};
private slots:
void updateDevice();