mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-27 19:57:38 +00:00
[Lib] Revert unsupported sampling frequency from NOxGasIndexAlgorithm
This commit is contained in:
@@ -37,8 +37,6 @@
|
||||
class NOxGasIndexAlgorithm : public SensirionGasIndexAlgorithm {
|
||||
public:
|
||||
NOxGasIndexAlgorithm() : SensirionGasIndexAlgorithm(ALGORITHM_TYPE_NOX){};
|
||||
NOxGasIndexAlgorithm(float sampling_interval) // 2023-04-30 tonhuisman: Add second constructor
|
||||
: SensirionGasIndexAlgorithm(ALGORITHM_TYPE_NOX, sampling_interval){};
|
||||
};
|
||||
|
||||
#endif /* NOXGASINDEXALGORITHM_H */
|
||||
Reference in New Issue
Block a user