Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
k0xxx committed Apr 20, 2022
1 parent cae39e1 commit e04bd8d
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 @@ -38,7 +38,7 @@ void setup() {
void loop() {
prValue = analogRead(prPin); // Read pResistor

if (prValue > prLaunch){
if (prValue < prLaunch){
servoAngle = servoTargetAngle;
digitalWrite(0, HIGH);
digitalWrite(1, HIGH);
Expand Down

0 comments on commit e04bd8d

Please sign in to comment.