diff --git a/3V.ino b/3V.ino index ee7cb36..aa5a9d6 100644 --- a/3V.ino +++ b/3V.ino @@ -2,7 +2,6 @@ #include #include // Set these to run example. - #define FIREBASE_HOST "test-1b6b7.firebaseio.com" #define FIREBASE_AUTH "7zVayxDV3ljh9Xg6zK6iIitZy9985hgc2KNmTENg" @@ -52,7 +51,6 @@ volatile byte state = HIGH; int a=Firebase.getInt(""); } - void loop() {