Просмотр исходного кода

Temporary limit the autosens.max to 2.5 when using sigmoid function as a safety measure.
Display "tdd_factor" used in sigmoid function.

Jon Mårtensson 3 лет назад
Родитель
Сommit
50449ae59a

Разница между файлами не показана из-за своего большого размера
+ 1 - 1
FreeAPS/Resources/javascript/bundle/determine-basal.js


+ 1 - 2
FreeAPS/Sources/Views/TagCloudView.swift

@@ -60,9 +60,8 @@ struct TagCloudView: View {
             case textTag where textTag.contains("Weighted avg:"),
                  textTag where textTag.contains("Total data avg:"):
                 return .gray
-            case textTag where textTag.contains("Parabolic Fit"):
-                return .loopRed
             case textTag where textTag.contains("TDD:"),
+                 textTag where textTag.contains("tdd_factor"),
                  textTag where textTag.contains("Sigmoid function"),
                  textTag where textTag.contains("Logarithmic formula"),
                  textTag where textTag.contains("AF:"),