Skip to content

Commit

Permalink
renamed servo.fn to jpservo.fn due to file name conflict with OCCU 3.…
Browse files Browse the repository at this point in the history
…59.5
  • Loading branch information
jp112sdl committed Jun 11, 2021
1 parent a70c326 commit 09d823a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion patchsource/www/rega/esp/datapointconfigurator.fn
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ function ::dcCreate()
isKnownControl = true;
sLastControlName = CN_SERVO;
WriteLine( "<script>conInfo('Control SERVO found.');</script>" );
Call("/esp/controls/servo.fn::CreateServoActuator()");
Call("/esp/controls/jpservo.fn::CreateServoActuator()");
}

!# AIRFLAP
Expand Down
2 changes: 1 addition & 1 deletion src/addon/patch/common/datapointconfigurator.fn.patch
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
+ isKnownControl = true;
+ sLastControlName = CN_SERVO;
+ WriteLine( "<script>conInfo('Control SERVO found.');</script>" );
+ Call("/esp/controls/servo.fn::CreateServoActuator()");
+ Call("/esp/controls/jpservo.fn::CreateServoActuator()");
+ }
+
+ !# AIRFLAP
Expand Down
File renamed without changes.

0 comments on commit 09d823a

Please sign in to comment.