File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Wearable_BLE_Temperature_Monitor Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ float temp_offset = 0.5;
36
36
// Sensor read timeout, in minutes
37
37
// NOTE: Measuring your armpit temperature for a minimum
38
38
// of 12 minutes is equivalent to measuring your core body temperature.
39
- const long interval = 1 ;
39
+ const long interval = 6 ;
40
40
41
41
// BLE Service
42
42
BLEDfu bledfu; // OTA DFU service
@@ -103,7 +103,6 @@ void setup() {
103
103
104
104
// set all pixel colors to 'off'
105
105
pixels.clear ();
106
-
107
106
}
108
107
109
108
void loop () {
@@ -142,7 +141,6 @@ void loop() {
142
141
bleuart.write (buffer);
143
142
144
143
// shutdown MSP9808 - power consumption ~0.1 mikro Ampere
145
- // stops temperature sampling
146
144
Serial.println (" Shutting down MCP9808" );
147
145
tempsensor.shutdown_wake (1 );
148
146
You can’t perform that action at this time.
0 commit comments