Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
k0xxx committed May 4, 2022
1 parent dd7b494 commit 084ba6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ void loop() {

prValue = analogRead(prPin); // Read pResistor

if (prValue > prLaunch){
if (prValue < prLaunch){
servoAngle = servoTargetAngle;
} else {
servoAngle = servoDefaultAngle;
Expand Down

0 comments on commit 084ba6b

Please sign in to comment.