Implement MQTT connection and message publishing based on CO levels; refactor air quality status handling
This commit is contained in:
@@ -27,12 +27,6 @@ struct SensorInfo
|
||||
String type;
|
||||
};
|
||||
|
||||
enum AirQualityStatus
|
||||
{
|
||||
GOOD,
|
||||
BAD
|
||||
};
|
||||
|
||||
void readMQ7();
|
||||
void readBME280();
|
||||
void readGPS();
|
||||
|
||||
Reference in New Issue
Block a user