void aqi(){ sgp.IAQmeasure(); packet+=String(sgp.TVOC); packet+=","; packet+=String(sgp.eCO2); packet+=">\r"; }