Skip to content

Commit a9701ac

Browse files
Kunal RaiCloudyPadmal
authored andcommitted
Thermometer working added and crash fixed (#1754)
1 parent e7834b1 commit a9701ac

File tree

7 files changed

+617
-118
lines changed

7 files changed

+617
-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)