ampréage dans le dashbord
This commit is contained in:
@@ -59,7 +59,7 @@ public class Lancer extends Command {
|
||||
moyenneAmp += balayeuse.Amp() / nbFois;
|
||||
temp = balayeuse.Amp();
|
||||
}
|
||||
if(moyenneAmp > 30 && nbFois > 10){
|
||||
if(moyenneAmp > lanceur.AmpBas() && nbFois > 10){
|
||||
timer.reset();
|
||||
balayeuse.Balayer(0.5);
|
||||
led.Jaune2();
|
||||
|
||||
Reference in New Issue
Block a user