Skip to content

Commit

Permalink
Disable wifi, we don't use it yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
ed7coyne committed May 24, 2016
1 parent 5b7bedc commit 4de027f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/FirebaseMorse_ESP8266/FirebaseMorse_ESP8266.ino
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ void setup() {

display.begin(SSD1306_SWITCHCAPVCC, 0x3C); // initialize with the I2C addr 0x3C (for the 128x32)
display.display();

/*
// connect to wifi.
WiFi.begin(WIFI_SSID, WIFI_PASSWORD);
Serial.print("connecting");
Expand All @@ -61,6 +61,7 @@ void setup() {
Serial.print("connected: ");
Serial.println(WiFi.localIP());
*/
}

String currentMessage;
Expand Down

0 comments on commit 4de027f

Please sign in to comment.