fix build break
This commit is contained in:
		@@ -93,7 +93,7 @@ namespace sensors.internal {
 | 
			
		||||
        init();
 | 
			
		||||
        return {
 | 
			
		||||
            temp: analogMM.getNumber(NumberFormat.Int16LE, AnalogOff.BatteryTemp),
 | 
			
		||||
            current: Math.round(analogMM.getNumber(NumberFormat.Int16LE, AnalogOff.BatteryCurrent) / 10);
 | 
			
		||||
            current: Math.round(analogMM.getNumber(NumberFormat.Int16LE, AnalogOff.BatteryCurrent) / 10)
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user