Merge pull request #8 from markasoftware/markasoftware/math-and-wificlient

correct math.h header and specify wificlient as per new http library requirement.
This commit is contained in:
airgradienthq
2021-12-08 08:31:26 +07:00
committed by GitHub

View File

@ -39,6 +39,8 @@ AirGradient ag = AirGradient();
SSD1306Wire display(0x3c, SDA, SCL);
WiFiClient client;
// set sensors that you do not use to false
boolean hasPM=true;
boolean hasCO2=true;