Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 7069d23

Browse files
committed
Make init match standard init for example
1 parent ac95169 commit 7069d23

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/FirebaseTranscriber_ESP8266/FirebaseTranscriber_ESP8266.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
#include <Transcriber.h>
2222

2323
// Set these to run example.
24-
#define FIREBASE_HOST ""
25-
#define FIREBASE_AUTH ""
26-
#define WIFI_SSID ""
27-
#define WIFI_PASSWORD ""
24+
#define FIREBASE_HOST "example.firebaseio.com"
25+
#define FIREBASE_AUTH "token_or_secret"
26+
#define WIFI_SSID "SSID"
27+
#define WIFI_PASSWORD "PASSWORD"
2828

2929
#define FIREBASE_PATH "/fthing"
3030
#define DIGITAL_IN D1

0 commit comments

Comments
 (0)