Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7069d23

Browse files
committed
Make init match standard init for example
1 parentac95169 commit7069d23

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-
#defineFIREBASE_HOST""
25-
#defineFIREBASE_AUTH""
26-
#defineWIFI_SSID""
27-
#defineWIFI_PASSWORD""
24+
#defineFIREBASE_HOST"example.firebaseio.com"
25+
#defineFIREBASE_AUTH"token_or_secret"
26+
#defineWIFI_SSID"SSID"
27+
#defineWIFI_PASSWORD"PASSWORD"
2828

2929
#defineFIREBASE_PATH"/fthing"
3030
#defineDIGITAL_IN D1

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp