diff --git a/README.md b/README.md
index 32aef48cd9..b76376b3d2 100644
--- a/README.md
+++ b/README.md
@@ -11,4 +11,6 @@
dev: [![codecov](https://codecov.io/gh/MilosKozak/AndroidAPS/branch/dev/graph/badge.svg)](https://codecov.io/gh/MilosKozak/AndroidAPS)
-[![Donate via PayPal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Y4LHGJJESAVB8)
\ No newline at end of file
+[![Donate via PayPal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Y4LHGJJESAVB8)
+
+![BTC](https://bitit.io/assets/coins/icon-btc-1e5a37bc0eb730ac83130d7aa859052bd4b53ac3f86f99966627801f7b0410be.svg) 3KawK8aQe48478s6fxJ8Ms6VTWkwjgr9f2
diff --git a/app/src/main/java/info/nightscout/androidaps/plugins/general/wear/wearintegration/WatchUpdaterService.java b/app/src/main/java/info/nightscout/androidaps/plugins/general/wear/wearintegration/WatchUpdaterService.java
index 845e862373..0adfcb1656 100644
--- a/app/src/main/java/info/nightscout/androidaps/plugins/general/wear/wearintegration/WatchUpdaterService.java
+++ b/app/src/main/java/info/nightscout/androidaps/plugins/general/wear/wearintegration/WatchUpdaterService.java
@@ -303,9 +303,9 @@ public class WatchUpdaterService extends WearableListenerService implements Goog
double highLine = defaultValueHelper.determineHighLine();
long sgvLevel = 0L;
- if (lastBG.value > highLine) {
+ if (lastBG.valueToUnits(units) > highLine) {
sgvLevel = 1;
- } else if (lastBG.value < lowLine) {
+ } else if (lastBG.valueToUnits(units) < lowLine) {
sgvLevel = -1;
}
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index cf2f9a199b..0e411e05a7 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -196,7 +196,7 @@
File not found
Export settings
Import settings
- Max U/hr a Temp Basal can be set to
+ Max U/h a Temp Basal can be set to
This value is called max basal in OpenAPS context
Maximum basal IOB OpenAPS can deliver [U]
This value is called Max IOB in OpenAPS context\nThis is maximal insulin in [U] APS can deliver at once.
@@ -345,7 +345,7 @@
Prime/Fill
Please make sure the amount matches the specification of your infusion set!
Other
- Fill/Prime standard insulin amounts.
+ Fill/Prime standard insulin amounts
Button 1
Button 2
Button 3
@@ -408,7 +408,7 @@
autosens_min
Default value: 0.7\nThe other side of the autosens safety limits, putting a cap on how low autosens can adjust basals, and how high it can adjust ISF and BG targets.
autosens_adjust_targets
- Autosens adjust targets too
+ Autosens adjust targets, too
Default value: true\nThis is used to allow autosens to adjust BG targets, in addition to ISF and basals.
bolussnooze_dia_divisor
Default value: 2\nBolus snooze is enacted after you do a meal bolus, so the loop won’t counteract with low temps when you’ve just eaten. The example here and default is 2; so a 3 hour DIA means that bolus snooze will be gradually phased out over 1.5 hours (3DIA/2).