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

Commit ac95169

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/FirebaseTranscriber_ESP8266/FirebaseTranscriber_ESP8266.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222

2323
// Set these to run example.
2424
#define FIREBASE_HOST ""
25-
#define FIREBASE_PATH "/fthing"
2625
#define FIREBASE_AUTH ""
2726
#define WIFI_SSID ""
2827
#define WIFI_PASSWORD ""
2928

29+
#define FIREBASE_PATH "/fthing"
3030
#define DIGITAL_IN D1
3131
#define DIGITAL_OUT BUILTIN_LED
3232
#define ANALOG_IN A0

0 commit comments

Comments
 (0)