Heatindex en weervoorspelling
This commit is contained in:
+1
-1
@@ -88,7 +88,7 @@ public class Measurement
|
||||
// solarRad
|
||||
public void setRawSolarRad (short val) { this.solarRad = val;};
|
||||
public short getRawSolarRad () { return solarRad; };
|
||||
public double getSolarRad () { return Calculator.solarRad(solarRad); };
|
||||
public double getSolarRad () {return Calculator.solarRad(solarRad);}
|
||||
|
||||
|
||||
// xmitBatt
|
||||
|
||||
Reference in New Issue
Block a user