Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
no amperage OC for PrAss (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
chochem authored Aug 26, 2023
1 parent 87388b3 commit fcabdab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ protected void setProcessingLogicPower(ProcessingLogic logic) {
boolean useSingleAmp = mEnergyHatches.size() == 1 && mExoticEnergyHatches.size() == 0;
logic.setAvailableVoltage(getMachineVoltageLimit());
logic.setAvailableAmperage(useSingleAmp ? 1 : getMaxInputAmps());
logic.setAmperageOC(false);
}

@Override
Expand Down

0 comments on commit fcabdab

Please sign in to comment.