Skip to content

Commit d528b75

Browse files
author
matt kocaj
committed
updating to my base64 which doesn't use 'avr'
setting test value.
1 parent 0c1fd60 commit d528b75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

iforgottocloseit/iforgottocloseit.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#include <SimpleTimer.h> // https://github.com/infomaniac50/SimpleTimer
22
#include <ESP8266WiFi.h> // https://github.com/esp8266/Arduino
33
#include <WiFiClientSecure.h> // https://github.com/esp8266/Arduino
4-
#include <Base64.h> // https://github.com/adamvr/arduino-base64
4+
#include <Base64.h> // https://github.com/cottsak/arduino-base64
55

66
#include "keys.h" // this file contains your usernames and passwords, etc
77

8-
double openForTooLongInMins = 10;
8+
double openForTooLongInMins = 0.3;
99
int doorOpenedAtTimeInMills = 0;
1010
int doorOpenDurationInSeconds = 0;
1111
bool messageSentInThisOpening = false;

0 commit comments

Comments
 (0)