Skip to content

Commit feb4ac8

Browse files
Change locations
1 parent d0e98a2 commit feb4ac8

File tree

2 files changed

+3
-228
lines changed

2 files changed

+3
-228
lines changed

examples/SparkFun_BabyBlynkMonitorThing/SparkFun_BabyBlynkMonitorThing.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ WidgetLCD lcd(VIRTUAL_LCD);
7474

7575
// Your WiFi credentials.
7676
// Set password to "" for open networks.
77-
char ssid[] = "sparkfun-guest";
78-
char pass[] = "sparkfun6333";
77+
char ssid[] = "INSERT NETWORK HERE";
78+
char pass[] = "INSERT PASSWORD HERE";
7979

8080
SimpleTimer timer;
8181

@@ -180,13 +180,13 @@ void loop()
180180
wentDownFlag = 0; // Reset flag if baby went back down
181181
gotUpFlag = 0;
182182
}
183+
sleepTime(); // Time asleep
183184
} else {
184185
// do nothing
185186
}
186187

187188
// Write number of times baby has gotten up to Blynk
188189
Blynk.virtualWrite(babyMoving, gotUp);
189-
sleepTime(); // Time aleep
190190
}
191191

192192
/***************** BABY IS AWAKE ***************/

examples/SparkFun_BabyBlynkMonitorThing/SparkFun_BabyBlynkMonitorThing/SparkFun_BabyBlynkMonitorThing.ino

Lines changed: 0 additions & 225 deletions
This file was deleted.

0 commit comments

Comments
 (0)