Skip to content

Commit cdb0777

Browse files
author
brentru
committed
inc to 5min delay, fix spelling
1 parent bf989b0 commit cdb0777

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Wearable_BLE_Temperature_Monitor/ble_temp_monitor.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ float fever_temp = 100.4;
3434
float temp_offset = 0.5;
3535

3636
// Sensor read delay, in minutes
37-
int sensor_delay = 1;
37+
int sensor_delay = 5;
3838

3939
// Measuring your armpit temperature for a minimum of 12 minutes
4040
// is equivalent to measuring your core body temperature.
@@ -146,7 +146,7 @@ void loop() {
146146
calibration_time-=1;
147147
}
148148

149-
// shutdown MSP9808 - power consumption ~0.1 mikro Ampere
149+
// shutdown MCP9808 - power consumption ~0.1 mikro Ampere
150150
Serial.println("Shutting down MCP9808");
151151
tempsensor.shutdown_wake(1);
152152

0 commit comments

Comments
 (0)