You are reading a single comment by @MaBe and its replies. Click here to read the full conversation.
  • yes, that's it - thanks.

          console.log("Temp is "+a.temp.toFixed(1).toString()+
                      " and RH is "+a.rh.toFixed(1).toString());
    /*
    Temp is 21.1 and RH is 38.9
    Temp is 21.0 and RH is 38.9
    Temp is 21.0 and RH is 39.0
    Temp is 20.9 and RH is 39.1
    */
    
About

Avatar for MaBe @MaBe started