Skip to content

Commit f64d5bf

Browse files
committed
Register protocol in examples
1 parent 1b589b9 commit f64d5bf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/FirebaseSerialHost_ESP8266/FirebaseSerialHost_ESP8266.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ void setup() {
5555
delay(5000);
5656
}
5757

58+
transceiver.RegisterProtocol(new DatabaseProtocol());
5859
transceiver.begin(&data_serial);
5960
}
6061

examples/FirebaseSerialTerminal_ESP8266/FirebaseSerialTerminal_ESP8266.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ void setup() {
5555
Serial.print("connected: ");
5656
Serial.println(WiFi.localIP());
5757

58+
transceiver.RegisterProtocol(new DatabaseProtocol());
5859
transceiver.begin(&Serial);
5960
}
6061

0 commit comments

Comments
 (0)