diff --git a/starpilot/system/the_pond/the_pond.py b/starpilot/system/the_pond/the_pond.py index 5f8128874..8a68c2e9b 100644 --- a/starpilot/system/the_pond/the_pond.py +++ b/starpilot/system/the_pond/the_pond.py @@ -3543,6 +3543,8 @@ def setup(app): @app.route("/api/navigation", methods=["DELETE"]) def clear_navigation(): params.remove("NavDestination") + params_memory.remove("NavInstructionState") + params_memory.remove("NavInstructionCollapsed") return {"message": "Destination cleared"} @app.route("/api/navigation", methods=["GET"])