Skip to content

Commit

Permalink
works without but this triggers my OCD
Browse files Browse the repository at this point in the history
  • Loading branch information
caveman99 committed Sep 17, 2024
1 parent dcd3cce commit 7110c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/Telemetry/AirQualityTelemetry.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class AirQualityTelemetryModule : private concurrency::OSThread, public Protobuf
private:
Adafruit_PM25AQI aqi;
PM25_AQI_Data data = {0};
bool firstTime = 1;
bool firstTime = true;
meshtastic_MeshPacket *lastMeasurementPacket;
uint32_t sendToPhoneIntervalMs = SECONDS_IN_MINUTE * 1000; // Send to phone every minute
uint32_t lastSentToMesh = 0;
Expand Down

0 comments on commit 7110c38

Please sign in to comment.