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

Commit 7ec9689

Browse files
committed
Disable wifi, we don't use it yet.
1 parent 5e56851 commit 7ec9689

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/FirebaseMorse_ESP8266/FirebaseMorse_ESP8266.ino

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void setup() {
4949

5050
display.begin(SSD1306_SWITCHCAPVCC, 0x3C); // initialize with the I2C addr 0x3C (for the 128x32)
5151
display.display();
52-
52+
/*
5353
// connect to wifi.
5454
WiFi.begin(WIFI_SSID, WIFI_PASSWORD);
5555
Serial.print("connecting");
@@ -61,6 +61,7 @@ void setup() {
6161
6262
Serial.print("connected: ");
6363
Serial.println(WiFi.localIP());
64+
*/
6465
}
6566

6667
String currentMessage;

0 commit comments

Comments
 (0)