This commit is contained in:
Anuken
2022-11-01 07:53:47 -04:00
parent aef18b8696
commit bc2664994e
2 changed files with 5 additions and 1 deletions

View File

@@ -59,6 +59,10 @@ public class PowerGraph{
return powerBalance.rawMean();
}
public boolean hasPowerBalanceSamples(){
return powerBalance.hasEnoughData();
}
public float getLastPowerNeeded(){
return lastPowerNeeded;
}