From bfa8e449a85aab27c7361dd62610a4083cfafe36 Mon Sep 17 00:00:00 2001 From: Ruby-Hunter Date: Mon, 5 Jan 2026 21:26:44 -0700 Subject: [PATCH] for show --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index 00c1aa0..3fadddc 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -237,6 +237,7 @@ void sendReadings(){ // Send readings to Saleae /* ----- MOTOR CONTROL FUNCTIONS ----- */ void takeOff(){ changeSpeed(TAKEOFF_SPEED * ((TAKEOFF_HEIGHT_MM - sData.distance_mm)/TAKEOFF_HEIGHT_MM) + 1); // Gradually increase speed + // hehehehaw } void land(){ // Landing sequence