Skip to content

Commit 5a75f79

Browse files
author
Kunal
committed
Thermometer working added and crash fixed
1 parent 453fd92 commit 5a75f79

File tree

7 files changed

+616
-118
lines changed

7 files changed

+616
-118
lines changed

app/src/main/java/io/pslab/activity/ThermometerActivity.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ public class ThermometerActivity extends PSLabSensor {
1616

1717
private static final String PREF_NAME = "customDialogPreference";
1818
public RealmResults<ThermometerData> recordedThermometerData;
19+
public final String THERMOMETER_MAX_LIMIT = "thermometer_max_limit";
20+
public final String THERMOMETER_MIN_LIMIT = "thermometer_min_limit";
1921

2022
@Override
2123
public int getMenu() {

0 commit comments

Comments
 (0)