From f490f73238ebae71e18edf77f35443c5b2af8ee1 Mon Sep 17 00:00:00 2001 From: Sayan Paul <25081859+say-paul@users.noreply.github.com> Date: Fri, 27 Sep 2024 15:34:30 +0530 Subject: [PATCH] Rename Drone.ino to 06_Drone.ino --- examples/06_Drone/{Drone.ino => 06_Drone.ino} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename examples/06_Drone/{Drone.ino => 06_Drone.ino} (99%) diff --git a/examples/06_Drone/Drone.ino b/examples/06_Drone/06_Drone.ino similarity index 99% rename from examples/06_Drone/Drone.ino rename to examples/06_Drone/06_Drone.ino index 810780e..62470c1 100644 --- a/examples/06_Drone/Drone.ino +++ b/examples/06_Drone/06_Drone.ino @@ -544,4 +544,4 @@ void cascadePidSetup(){ yawControlSystem.setSampleTime(RATE_UPDATE_INTERVAL); yawControlSystem.setOuterSampleFactor(OUTER_LOOP_FACTOR); yawControlSystem.setOn(); -} \ No newline at end of file +}