9899100101102103104105106107108
/** * After 100 cycles with no consumption or additional power, start to * slowly to decrease the amount of power available in the builder. */ if (rfUnchangedCycles > 100) { battery.useEnergy(0, 1000, false); rfPrev = battery.getEnergyStored(); } }