Skip to content

Commit

Permalink
Update alarm.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
migueltc13 authored Jul 5, 2021
1 parent ceeb7a3 commit c78403e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/alarm.ino/alarm.ino
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ const int DELAY = 750;
// Define delay time in ms when alarm's triggered HERE;
const int tDELAY = 2000;

// Blynk authentication
// Blynk authentication HERE;
char auth[] = "XXXXXXXXXXXXXXXXXXXXXXXXXXX-XXXXX";

// WiFi
// WiFi HERE;
char ssid[] = "SSID";
char pass[] = "Password";

Expand Down

0 comments on commit c78403e

Please sign in to comment.