From 702781815620e4d8f82676e98277790d8ba51cd4 Mon Sep 17 00:00:00 2001 From: swapneshnaik14 <37151848+swapneshnaik14@users.noreply.github.com> Date: Tue, 2 Oct 2018 08:31:48 +0530 Subject: [PATCH] remove blank line --- 3V.ino | 2 -- 1 file changed, 2 deletions(-) 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() {