Revert "DetectionSensor: broadcast all state changes" (#4776)

This commit is contained in:
Ben Meadors
2024-09-19 10:46:18 -05:00
committed by GitHub
parent 6473cf0b69
commit 91b4199f9d
2 changed files with 4 additions and 11 deletions

View File

@@ -15,7 +15,6 @@ class DetectionSensorModule : public SinglePortModule, private concurrency::OSTh
private:
bool firstTime = true;
uint32_t lastSentToMesh = 0;
bool wasDetected = false;
void sendDetectionMessage();
void sendCurrentStateMessage();
bool hasDetectionEvent();