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

Commit4de027f

Browse files
committed
Disable wifi, we don't use it yet.
1 parent5b7bedc commit4de027f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎examples/FirebaseMorse_ESP8266/FirebaseMorse_ESP8266.ino

Lines changed: 2 additions & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp