Change confusing logic (#1731)

* Change confusing logic

* Change confusing logic #2

* revert indent

---------

Co-authored-by: Thinner77 <none>
This commit is contained in:
Thinner77
2024-05-13 19:31:51 +02:00
committed by GitHub
parent 0a93af95c7
commit f6cc92606c
4 changed files with 8 additions and 8 deletions

View File

@@ -158,7 +158,7 @@ private:
// signal detection
int _noSignalCounterThreshold;
ColorRgb _noSignalThresholdColor;
bool _standbyActivated, _signalDetectionEnabled, _noSignalDetected;
bool _standbyActivated, _signalDetectionEnabled, _signalDetected;
int _noSignalCounter;
int _brightness, _contrast, _saturation, _hue;
double _x_frac_min;