• How did I miss that at first glance, yeah it's definitely what Gordon said (maybe something else too).
    This should work...

    
    function processData () {
      //Sensor Objects
      this.ph = new Sensor("ph", 0x63);
      this.ec = new Sensor("ec", 0x64);
    
    
    
About

Avatar for DrAzzy @DrAzzy started