From 0e53f230836cd29607cca9acb35be3ed7a7533b8 Mon Sep 17 00:00:00 2001 From: jbruce Date: Thu, 16 Jun 2022 19:50:36 -0400 Subject: [PATCH] make test ramps more mellow for less overshoot --- storage/profiles/test-200-250.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/profiles/test-200-250.json b/storage/profiles/test-200-250.json index afbe061..719d372 100644 --- a/storage/profiles/test-200-250.json +++ b/storage/profiles/test-200-250.json @@ -1 +1 @@ -{"data": [[0, 200], [1740, 200], [1800, 250], [3600, 250]], "type": "profile", "name": "test-200-250"} \ No newline at end of file +{"data": [[0, 100], [480, 200], [2000, 200], [2300, 250], [3600, 250]], "type": "profile", "name": "test-200-250"}