Skip to content

Commit

Permalink
Fix compilation error issue #76
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed May 22, 2024
1 parent 7d41bc7 commit b8f307d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@
*/

#include <Arduino.h>
#include <FirebaseClient.h>

#include <Ethernet.h>
#include <FirebaseClient.h>

// The API key can be obtained from Firebase console > Project Overview > Project settings.
#define API_KEY "Web_API_KEY"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@
*/

#include <Arduino.h>
#include <FirebaseClient.h>

#include <Ethernet.h>
#include <FirebaseClient.h>

// The API key can be obtained from Firebase console > Project Overview > Project settings.
#define API_KEY "Web_API_KEY"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@
*/

#include <Arduino.h>
#include <FirebaseClient.h>

#include <Ethernet.h>
#include <FirebaseClient.h>

// The API key can be obtained from Firebase console > Project Overview > Project settings.
#define API_KEY "Web_API_KEY"
Expand Down

0 comments on commit b8f307d

Please sign in to comment.