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

Commit 36fc254

Browse files
committed
Merge remote-tracking branch 'upstream/master' into modem-impl
2 parents 51085ef + 96bf030 commit 36fc254

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/FirebaseStream_ESP8266/FirebaseStream_ESP8266.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include <Adafruit_SSD1306.h>
2424
#include <ArduinoJson.h>
2525

26-
#define OLED_RESET 10
26+
#define OLED_RESET 3
2727
Adafruit_SSD1306 display(OLED_RESET);
2828

2929
Firebase fbase("publicdata-cryptocurrency.firebaseio.com");
@@ -45,7 +45,7 @@ void setup() {
4545
Serial.println();
4646
Serial.print("connected: ");
4747
Serial.println(WiFi.localIP());
48-
stream = fbase.stream("/bitcoin");
48+
stream = fbase.stream("/bitcoin/last");
4949
}
5050

5151

0 commit comments

Comments
 (0)