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

Commit6d93409

Browse files
committed
Update FirebaseStream_ESP8266.ino
OLED_RESET should be at "3" otherwise example does not work. Pulled this directly from adafruit's own example:https://learn.adafruit.com/digital-display-badge/code
1 parent424e1bf commit6d93409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎examples/FirebaseStream_ESP8266/FirebaseStream_ESP8266.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#include<Adafruit_SSD1306.h>
2323
#include<ArduinoJson.h>
2424

25-
#defineOLED_RESET10
25+
#defineOLED_RESET3
2626
Adafruit_SSD1306display(OLED_RESET);
2727

2828
Firebasefbase("publicdata-cryptocurrency.firebaseio.com");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp