1
0

Implement MQTT connection and message publishing based on CO levels; refactor air quality status handling

This commit is contained in:
Jose
2025-05-16 13:05:34 +02:00
parent a50716c483
commit 51862cf0a8
5 changed files with 47 additions and 34 deletions

View File

@@ -27,12 +27,6 @@ struct SensorInfo
String type;
};
enum AirQualityStatus
{
GOOD,
BAD
};
void readMQ7();
void readBME280();
void readGPS();